status-go/appdatabase
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
..
migrations Expand confirmations to private group chat messages 2021-03-16 13:41:14 +01:00
database.go Add export/import methods 2021-01-26 09:39:54 +01:00