status-go/protocol/communities
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
..
migrations Handle organisation membership requests 2020-12-23 17:20:55 +01:00
community.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
community_test.go Request/Decline access to communities 2021-02-26 15:35:43 +01:00
errors.go Request/Decline access to communities 2021-02-26 15:35:43 +01:00
manager.go Ban user from community 2021-03-24 09:29:21 +01:00
manager_test.go Request/Decline access to communities 2021-02-26 15:35:43 +01:00
persistence.go Request/Decline access to communities 2021-02-26 15:35:43 +01:00
request_to_join.go Request/Decline access to communities 2021-02-26 15:35:43 +01:00
validator.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00