status-go/services/local-notifications
Andrea Maria Piana c55659b4f6
Add community notifications (#2160)
This commit introduces the following changes:

- `local-notifications` require as body an interface complying with
`json.Marshaler`
- removed unmarshaling of `Notifications` as not used (we only Marshal
notifications)
- `protocol/messenger.go` creates directly a `Notification` instead of
having an intermediate format
- add community notifications on request to join
- move parsing of text in status-go for notifications
2021-03-31 18:23:45 +02:00
..
api.go [wallet] Show PNs right after enabling 2021-01-13 12:33:09 +02:00
core.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
core_test.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
database.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00
database_test.go Local notifications service (#2026) 2020-10-28 10:56:14 +03:00
transaction.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
types.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00