status-desktop/ui/app/AppLayouts
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
..
Browser Fixed issues #2560, #2795, #2796. 2021-07-02 08:51:14 -04:00
Chat fix(@desktop/chat): sign and send appears for both recipient and sender when sharing the address 2021-07-16 17:41:22 -04:00
Node feat: add dark theme colors and new properties for it 2020-07-14 12:37:17 -04:00
Profile feat: waku bloom filter mode switch 2021-07-15 09:41:39 -04:00
Timeline fix(@desktop): windows application unresponsive when fetching Status updates 2021-07-14 18:28:41 -04:00
UIComponents fix: using loaders for status button animations 2020-09-07 10:21:41 -04:00
Wallet fix: code review 2021-07-06 11:58:47 -04:00
qmldir feat: reintroduce the dapp browser 2020-10-20 14:42:36 -04:00