status-desktop/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents
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
..
ActivityCenterGroupRequest.qml feat: add group requests to the activity center 2021-07-06 12:51:43 -04:00
ActivityCenterMessageComponent.qml feat: add group requests to the activity center 2021-07-06 12:51:43 -04:00
ActivityCenterTopBar.qml feat(act-center): hide viewed notifications when clicking the hide btn 2021-06-15 13:14:19 -04:00
ActivityChannelBadge.qml feat: add basic local chat search 2021-07-14 17:42:55 -04:00
AddToContactBanner.qml refactor: extract 'channels' to its own file 2021-06-18 12:12:01 -04:00
ChatCommandButton.qml feat: add chat command bubbles for received txs 2020-09-09 15:03:45 -04:00
ChatCommandModal.qml refactor wallet views 2021-06-17 16:11:01 -04:00
ChatInputButton.qml fix: fix layout of input buttons when some are hidden 2020-08-19 15:25:13 -04:00
ChatRequestMessage.qml refactor: extract 'channels' to its own file 2021-06-18 12:12:01 -04:00
InputArea.qml refactor: extract messages from chat view 2021-06-22 15:12:01 -04:00
SignTransactionModal.qml fix(@desktop/chat): sign and send appears for both recipient and sender when sharing the address 2021-07-16 17:41:22 -04:00