status-go/protocol/pushnotificationserver
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
errors.go Polish up and address review feedback 2020-07-27 08:51:28 +02:00
gorush.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
gorush_test.go Show correct text in case of mentions 2020-09-09 21:22:15 +02:00
persistence.go handle notifications at-most-once 2020-08-27 18:54:29 +02:00
persistence_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00
server.go Rename MessageProcessor to MessageSender (#2264) 2021-06-23 17:13:48 +03:00
server_test.go feat: make kdf iterations configurable when creating a multiaccount (#2796) 2022-09-27 16:27:20 -04:00