status-desktop/ui/app
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
..
AppLayouts fix(@desktop/chat): sign and send appears for both recipient and sender when sharing the address 2021-07-16 17:41:22 -04:00
img fix(search): fix 1-1 name, pic, icon and symbol 2021-07-14 17:42:55 -04:00
AppMain.qml refactor(Communities) replace `CommunityProfilePopup` with `StatusModal` 2021-07-15 08:38:24 -04:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00