status-react/src/status_im
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
..
accounts [slow sign in] Better handling of migration failures and db encryption problems. 2018-11-28 14:13:30 +02:00
android Use multiple app instances simultaneously 2018-11-28 19:10:12 +02:00
bootnodes Chat replies + refactoring 2018-09-28 16:15:47 +02:00
browser use ens name for granting permissions 2018-11-14 16:34:29 +01:00
chat [#6956] store :raw-payload-hash in message (upgradable message-ids) 2018-12-05 13:29:01 +02:00
contact Allow admin to leave chat 2018-12-04 10:17:50 +01:00
data_store [#6956] fix possible `message` and `user-status` duplicates 2018-12-06 10:25:36 +02:00
desktop Use multiple app instances simultaneously 2018-11-28 19:10:12 +02:00
dev_server React Native HTTP Bridge 0.6.1 update: ability to handle simultaneous HTTP requests properly 2018-11-07 16:24:51 +01:00
extensions [#6931] Introduce selection list component for extensions 2018-12-04 16:08:26 +01:00
fleet [fix #3913] do not logout when changing mailserver 2018-11-07 17:10:18 +01:00
group_chats [#6956] upgradable `message-id` 2018-12-05 11:22:43 +02:00
hardwallet
init Use multiple app instances simultaneously 2018-11-28 19:10:12 +02:00
ios Use multiple app instances simultaneously 2018-11-28 19:10:12 +02:00
log_level
mailserver [6628] don't block message sending when mailserver disconnected 2018-11-08 19:37:13 +03:00
models better protect transaction history polling from errors 2018-11-21 17:25:36 +01:00
native_module Send your own messages 2018-11-06 21:19:50 +01:00
network Show debug information when LES is selected (in the titlebar). 2018-11-15 10:34:31 +01:00
node Enable group chats 2018-11-30 11:12:34 +01:00
notifications [refactor] remove current-public-key 2018-11-09 11:16:27 +01:00
pairing Keep username/photo-path synced across devices 2018-11-29 11:37:14 +01:00
privacy_policy
protocol Show debug information when LES is selected (in the titlebar). 2018-11-15 10:34:31 +01:00
qr_scanner implemented functionality to request user action from dapps 2018-10-04 15:25:18 +02:00
react_native Add Dragonereum to Status 2018-12-04 13:15:04 +01:00
search [refactor] differentiate private and public chat and contact subs 2018-11-21 12:08:51 +01:00
signals Envelope is marked sent even when it is expired 2018-12-04 17:05:11 +01:00
transport [#6956] store :raw-payload-hash in message (upgradable message-ids) 2018-12-05 13:29:01 +02:00
ui [#6903] fix replies compatibility 2018-12-05 07:22:40 +02:00
utils Enable group chats 2018-11-30 11:12:34 +01:00
web3 Show debug information when LES is selected (in the titlebar). 2018-11-15 10:34:31 +01:00
constants.cljs [Fixes #6874] Added transaction-receipt, schedule and balance events 2018-11-29 23:09:45 +01:00
core.cljs [#6330] remove testfairy 2018-10-16 20:46:43 +03:00
events.cljs [#6956] upgradable `message-id` 2018-12-05 11:22:43 +02:00
i18n.clj
i18n.cljs [refactor] remove default contacts 2018-11-09 11:16:26 +01:00
js_dependencies.cljs cljs implementation of abi-spec 2018-09-26 21:58:14 +02:00