| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-06-24 18:12:38 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-06-24 18:12:38 UTC |
| parent | 7a57e096c62ae793fa7cdc03716716baec20fc6a |
| snikket/Push.hx | +1 | -0 |
diff --git a/snikket/Push.hx b/snikket/Push.hx index 0874c9d..7b22cb9 100644 --- a/snikket/Push.hx +++ b/snikket/Push.hx @@ -31,6 +31,7 @@ class Push { // Assume incoming message final message = ChatMessage.fromStanza(stanza, JID.parse(stanza.attr.get("to")).asBare()); if (message != null) { + persistence.storeMessages(message.account(), [message], (_)->{}); return Notification.fromChatMessage(message); } else { return Notification.fromThinStanza(stanza);