status-go/multiaccounts
Andrea Maria Piana 7650f3003e Fix some issues with pinned messages
There were a couple of issues on how we handle pinned messages:

1) Clock of the message was only checked when saving, meaning that the
   client would receive potentially updates that were not to be
   processed.
2) We relied on the client to generate a notification for a pinned
   message by sending a normal message through the wire. This PR changes
   the behavior so that the notification is generated locally, either on
   response to a network event or client event.
3) When deleting a message, we pull all the replies/pinned notifications
   and send them over to the client so they know that those messages
   needs updating.
2023-04-25 16:02:48 +01:00
..
accounts tests: updated due to updating old accounts as a part of migration process 2023-03-28 16:19:27 +02:00
errors feat: `keypair_name` and `last_used_derivation_index` columns added to `accounts` table 2023-03-28 16:19:27 +02:00
keypairs feat(keycard): keycard details are being synced among devices 2023-02-27 16:03:02 +01:00
migrations Fix some issues with pinned messages 2023-04-25 16:02:48 +01:00
settings chore: unused `latest_derived_path` removed from `settings` table 2023-04-21 16:35:24 +02:00
settings_notifications fix: don't return an error on empty rows 2023-01-24 16:26:36 -04:00
settings_social_links feat:support backup/sync social settings (#3407) 2023-04-20 06:59:09 +08:00
database.go Add customization color 2023-03-24 14:22:29 +00:00
database_test.go Add customization color 2023-03-24 14:22:29 +00:00