status-react/src/status_im/data_store
Roman Volosovskyi c15a57571d
[#6956] fix possible `message` and `user-status` duplicates
There is a tiny chance that without this fix some users which had message
duplicates because of issues with `message-id` calculation **BEFORE** `0.9.31`
still have duplicates in their DB and migrations will not pass without
this change. It only checks if the message with a new `message-id` has been
added and removes duplicate. The same way it removes duplicates from
`user-status` entity.
2018-12-06 10:25:36 +02:00
..
realm [#6956] fix possible `message` and `user-status` duplicates 2018-12-06 10:25:36 +02:00
accounts.cljs [#6455]: Updated extension management 2018-11-12 10:28:48 +01:00
browser.cljs Add 6 new languages as public channels in the localized language. Closes #4753 2018-06-20 19:11:56 +03:00
chats.cljs refactor contact models 2018-10-15 11:57:48 +02:00
contacts.cljs [refactor] rename whisper-id and whisper-identity to public-key 2018-11-09 11:16:27 +01:00
core.cljs [slow sign in] Better handling of migration failures and db encryption problems. 2018-11-28 14:13:30 +02:00
dapp_permissions.cljs Introduce extended DApp API [#5042] 2018-07-19 19:47:17 +03:00
installations.cljs Send your own messages 2018-11-06 21:19:50 +01:00
local_storage.cljs Second stage of realm transactions 2018-05-16 11:26:44 +02:00
mailservers.cljs [fix #3913] do not logout when changing mailserver 2018-11-07 17:10:18 +01:00
messages.cljs [#6903] fix replies compatibility 2018-12-05 07:22:40 +02:00
transport.cljs [fix #3913] do not logout when changing mailserver 2018-11-07 17:10:18 +01:00
user_statuses.cljs [refactor] rename whisper-id and whisper-identity to public-key 2018-11-09 11:16:27 +01:00