Related to T2712. Fixed issue with reply button not showing up, default behavior is now to show reply button on any OPReturnMsg tx.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project
cd web/cashtab && npm start
Ensure there are msg txs in recent TxHistory
Observe that the reply button is present on all msg txs
Navigate to settings page
Turn on hideMessagesFromUnknownSenders
navigate back to Home
Observe that the reply button is present on all msg txs.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- reply-button-not-showing-up
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 20383 Build 40439: Build Diff cashtab-tests Build 40438: arc lint + arc unit
Event Timeline
Comment Actions
Changed logic so that if hideMessagesFromUnkownSenders is on, the reply button will only appear on messages from non-contacts that have been expanded, and messages from contacts will display the reply button.
Comment Actions
Need to implement this on latest master, might be easier to restart vs patch the conflicts as tx.js was changed extensively by chronik implementation in tx history