status-go/appdatabase
Patryk Osmaczko 65be6f2b96 feat: add and distribute `chatIdentity.FirstMessageTimestamp`
`FirstMessageTimestamp` enables members of the community to determine if
there are any messages they can fetch on the community channel(chat).

`FirstMessageTimestamp` is advertised by admin for each community chat
through `CommunityDescription`. It assumes admin is online frequently
enough to capture the first channel message.

For existing communities admin determines first message timestamp by
finding oldest chat message in its local database.

task: status-im/status-desktop#6731
2022-09-09 08:59:39 +02:00
..
migrations feat: add and distribute `chatIdentity.FirstMessageTimestamp` 2022-09-09 08:59:39 +02:00
migrationsprevnodecfg feat: add and distribute `chatIdentity.FirstMessageTimestamp` 2022-09-09 08:59:39 +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