status-go/appdatabase
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
..
migrations feat: introduce discord_message_authors persistence APIs 2022-08-10 10:13:55 +02:00
migrationsprevnodecfg feat: introduce discord_message_authors persistence APIs 2022-08-10 10:13:55 +02:00
database.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
database_test.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
node_config_test.go feat: Added new params for shortName and color for the networks (#2681) 2022-06-17 00:12:21 +05:30
test_helpers.go Sync Settings (#2478) 2022-03-23 18:47:00 +00:00