status-go/multiaccounts
Pascal Precht d0e0deac95 feat: introduce `discord_message_authors` persistence APIs
This introduces a new table to store discord message authors.
The main reason this table is being introduce is so that we don't have
to duplicate discord message author information in the `user_messages`
table when importing discord communities (ongoing work).

In addition to the table there are also two new APIs on the messenger
persistence layer (which are later used in the import logic):

- `HasDiscordMessageAuthor`
- `SaveDiscordMessageAuthor`

Closes #2759
2022-08-10 10:13:55 +02:00
..
accounts Wallet sync for generated accounts 2022-07-06 19:24:43 +03:00
errors Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
migrations feat: introduce `discord_message_authors` persistence APIs 2022-08-10 10:13:55 +02:00
settings rename status-react to status-mobile 2022-07-17 15:37:14 +02:00
settings_notifications notifications settings end points added and `notification_settings` table 2022-05-26 11:49:08 +02:00
database.go Sync profile picture 2022-04-21 19:50:31 +03:00
database_test.go Sync profile picture 2022-04-21 19:50:31 +03:00