status-go/protocol/transport
Icaro Motta 999d8c0ee0
Support soft deletion for activity center notifications (#3201)
Adds a new column named `deleted` to the table `activity_center_notifications`. 

Related PR in Mobile https://github.com/status-im/status-mobile/pull/15106 for a lot more details of the feature.

Why? Relying on the `dismissed` column for soft deletion is no longer viable because the mobile & desktop clients should display dismissed notifications (sometimes), hence the need for a new column to truly represent soft deletion.
2023-02-24 20:47:04 -03:00
..
migrations Support soft deletion for activity center notifications (#3201) 2023-02-24 20:47:04 -03: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 Handle connection state 2021-05-21 07:22:58 +02:00
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 Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
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