status-desktop/ui
Sale Djenic ecb2bac6e5 fix(@desktop/chat): sign and send appears for both recipient and sender when sharing the address
The reason for this issue is a message where recipient accepted to share his address with sender.
In that message recipient's public key is set as a "from" property of a "Message" object and we
cannot determine which of two users has initiated transaction actually.

This is fixed checking if the "from" address from the "commandParameters" object of the "Message"
is contained as an address in the wallet of logged in user. If yes, means that currently logged in
user has initiated a transaction (he is a sender), otherwise currently logged in user is a
recipient.

We were just sending a transaction, without notifying message about that. Now we call
callPrivateRPC("acceptRequestTransaction".prefix, %* [transactionHash, messageId, signature])
and that notifies message about the change, but only on the sender side. Appropriate message
on the recipient side was not notified about the change. That need to be checked.
2021-07-16 17:41:22 -04:00
..
StatusQ@58e8f1cd23 refactor(Communities) replace `CommunityProfilePopup` with `StatusModal` 2021-07-15 08:38:24 -04:00
app fix(@desktop/chat): sign and send appears for both recipient and sender when sharing the address 2021-07-16 17:41:22 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update translation keys 2021-03-16 12:43:57 -04:00
imports fix(@desktop/timeline): timeline and images area bugfixes 2021-07-13 17:05:58 -04:00
onboarding fix(onboarding): fix black screen when closing re-encrypt modal 2021-07-12 17:11:28 -04:00
shared fix(ContactsListAndSearch): ensure component doesn't depend on `parent` 2021-07-15 08:38:24 -04:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh chore: add StatusQ as dependency 2021-05-04 14:42:28 -04:00
main.qml fix(onboarding): fix black screen when closing re-encrypt modal 2021-07-12 17:11:28 -04:00
nim-status-client.pro feat: add basic local chat search 2021-07-14 17:42:55 -04:00