Page MenuHomePhorge

Display edited version of events
ClosedPublic

Authored by tusooa on Apr 24 2024, 8:26 PM.
Tags
None
Referenced Files
F7721726: D5.1757637114.diff
Wed, Sep 10, 5:31 PM
F7721699: D5.1757636689.diff
Wed, Sep 10, 5:24 PM
F7721632: D5.1757635741.diff
Wed, Sep 10, 5:09 PM
F7720663: D5.1757608365.diff
Wed, Sep 10, 9:32 AM
F7720170: D5.1757595016.diff
Wed, Sep 10, 5:50 AM
F7719690: D5.1757583038.diff
Wed, Sep 10, 2:30 AM
Subscribers
None

Details

Summary

Display edited version of events

Type: add

Test Plan
  • Open kazv
  • Send a message
  • Edit the message from another client
  • Observe that the message is shown as edited
  • Observe that the standalone edit is not shown in the timeline

Diff Detail

Repository
rK kazv
Branch
stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7
Build 7: arc lint + arc unit

Event Timeline

tusooa created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2024, 12:55 PM
This revision was automatically updated to reflect the committed changes.

Please add a changelog type to the summary, using the following format:

Type: (add|remove|skip|security|fix)

This was lost when I pushed my local dev branch to lily. Reopening. @nannanko

@nannanko also it looks like that this would fix the test failure on kazv|servant branch because of the following:

// ignore edits of other events
if (e.relationType === 'm.replace') {
  return 'ignore';
}
This revision is now accepted and ready to land.May 19 2024, 1:17 AM
This revision was automatically updated to reflect the committed changes.