From 8e6a02f16c3e542492241f585a91fa0100ea7e33 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 5 May 2025 18:40:05 +0100 Subject: feat(filamento): reactive_stores support --- filamento/src/logic/process_stanza.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'filamento/src/logic/process_stanza.rs') diff --git a/filamento/src/logic/process_stanza.rs b/filamento/src/logic/process_stanza.rs index a5d40b2..81c3b1f 100644 --- a/filamento/src/logic/process_stanza.rs +++ b/filamento/src/logic/process_stanza.rs @@ -77,6 +77,7 @@ pub async fn recv_message( }, delivery: None, }; + // TODO: process message type="error" // save the message to the database match logic.db().upsert_chat_and_user(&from).await { -- cgit