status-go/protocol/transport
Andrea Maria Piana 7650f3003e Fix some issues with pinned messages
There were a couple of issues on how we handle pinned messages:

1) Clock of the message was only checked when saving, meaning that the
   client would receive potentially updates that were not to be
   processed.
2) We relied on the client to generate a notification for a pinned
   message by sending a normal message through the wire. This PR changes
   the behavior so that the notification is generated locally, either on
   response to a network event or client event.
3) When deleting a message, we pull all the replies/pinned notifications
   and send them over to the client so they know that those messages
   needs updating.
2023-04-25 16:02:48 +01:00
..
migrations Fix some issues with pinned messages 2023-04-25 16:02:48 +01:00
envelopes_monitor.go Default to sent if confirmations not enabled 2021-11-22 11:18:09 +00:00
envelopes_monitor_test.go Default to sent if confirmations not enabled 2021-11-22 11:18:09 +00:00
filter.go [#12783] Improve order of mailserver requests 2022-02-02 09:38:30 +02:00
filters_manager.go chore: log errors generated while registering filters 2023-01-05 13:30:46 -05:00
filters_manager_test.go
persistence.go Address linter issues 2022-03-28 13:14:12 +01:00
processed_message_ids_cache.go fix: sqlite variable limit 2021-09-22 08:04:28 -04:00
topic.go
transport.go chore: upgrade go-waku to v0.5 (#3213) 2023-02-22 17:58:17 -04:00
transport_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00