(bug): Sending an OnChain token to a user doesn't cause the "YOU SENT" count to increase.
Summary
NOTE: Canary mode is turned on.
Steps to reproduce
- Visit a user's channel, one who has already created an OnChain wallet.
- Send one OnChain token to this user.
- Refresh the page.
Platform information
Windows 10 / Chrome (Version 73.0.3683.86)
What is the current bug behavior?
Sending an OnChain token to a user doesn't cause the "YOU SENT" count to increase.
What is the expected correct behavior?
Sending an OnChain token to a user should cause the "YOU SENT" count to increase and shouldn't require the page to be refreshed. This is how OffChain wires work.
Relevant logs and/or screenshots
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
added 2 - Normal P - Channels P - Wallet T - Bug labels
changed milestone to %sprint: Elevated Eagle
changed weight to 2
changed milestone to %sprint: Interesting Iguana
added Status::InProgress label
added Status::Follow Up label and removed Status::InProgress label
added Status::Review label and removed Status::Follow Up label
- Developer
This isn't cached and it does a query to wire_by_sender with a 30 day timespan. On the other hand, as seen in the attached GIF, that wire was done 31 days before.