status-go/protocol/pushnotificationclient
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
client.go Dont send notification to our own devices 2022-07-18 17:17:20 +01:00
client_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00
persistence.go Fix retry count in push notifications 2021-01-11 09:01:26 +01:00
persistence_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00