status-go/protocol/common
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
..
chat_entity.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
crypto.go Request/Decline access to communities 2021-02-26 15:35:43 +01:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go Add feature flag for push notifications and bump version 2020-07-27 17:20:16 +02:00
message.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
message_processor.go Expand confirmations to private group chat messages 2021-03-16 13:41:14 +01:00
message_processor_test.go Listen for delivered messages (#2150) 2021-02-23 17:47:45 +02:00
message_test.go Add community notifications (#2160) 2021-03-31 18:23:45 +02:00
raw_message.go Expand confirmations to private group chat messages 2021-03-16 13:41:14 +01:00
raw_messages_persistence.go Expand confirmations to private group chat messages 2021-03-16 13:41:14 +01:00
timesource.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00