status-go/protocol/common
Andrea Maria Piana f75f7bb738 Expand confirmations to private group chat messages
This commit expands the confirmation mechanism to allow private group
chat messages to be confirmed:

Changes:

- Added a separate table for message confirmations as group chat
messages have same messageID but multiple datasyncID
- Removed DataSyncID from raw message (I haven't removed the column name
as it can't be done in sqlite without copying over the table)
2021-03-16 13:41:14 +01: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 Listen for delivered messages (#2150) 2021-02-23 17:47: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 Integrated GetMimeType() 2020-12-17 14:10:00 +01: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