status-go/protocol/common
Andrea Maria Piana 11db9f2119
Add test for everyone tag & fix migration order
A migration was added out-of-order, which meant that in clients who
had already run the migration after, it would be skip.
This commit re-adds the migration so it's run, tested against an empty
account and one that had already migrated.
2023-02-24 10:18:26 +00:00
..
chat_entity.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
crypto.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
crypto_test.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go feat: desktop mailserver cycle (#2481) 2022-01-12 12:02:01 -04:00
message.go Add test for everyone tag & fix migration order 2023-02-24 10:18:26 +00:00
message_sender.go fix: fix special messages not being received because not encrypted 2022-12-15 10:48:41 -05:00
message_sender_test.go replace deprecated ioutil.TempDir with os.MkdirTemp 2023-01-03 15:40:11 +01:00
message_test.go Add compressed key to multiaccount/messages/contacts 2023-01-30 16:40:40 +00:00
pin_message.go feat: add `DiscordMessageAttachment` types and APIs 2022-09-29 11:38:29 +02:00
raw_message.go feat: mark automatic status updates as ephemeral 2022-11-09 15:49:26 +03:00
raw_messages_persistence.go Send all encryption keys 2022-10-20 12:19:44 +01:00
timesource.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00