Details
- Reviewers
tomek michal • abosh - Commits
- rCOMMfcf24f684f8e: Disable reporting own messages
See that pressing a text message/long pressing a multimedia message that the user sent shows a tooltip without the 'Report' option, but doing the same to a message sent by a different user shows a
toolitp that includes this option.
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Does the order of elements in actions array makes a difference? If that's the case, we should keep the order.
@tomek the order doesn't matter. We pass to tooltip visibleEntryIDs and tooltipSpec and it displays entries obtained from tooltipSpec.entries.filter(entry => visibleSet.has(entry.id)); so they will always be in the order specified in tooltipSpec.
Thanks for explaining!
As a side note, please request review when answering questions without putting up a new revision. Otherwise the diff doesn't appear in my queue.