Page MenuHomePhorge

Display edited version of events
ClosedPublic

Authored by tusooa on Apr 24 2024, 8:26 PM.
Tags
None
Referenced Files
F418658: D5.1745712903.diff
Fri, Apr 25, 5:15 PM
F416753: D5.1745703094.diff
Fri, Apr 25, 2:31 PM
F408446: D5.1745676022.diff
Fri, Apr 25, 7:00 AM
F405432: D5.1745660623.diff
Fri, Apr 25, 2:43 AM
F404561: D5.1745657125.diff
Fri, Apr 25, 1:45 AM
F404424: D5.1745656384.diff
Fri, Apr 25, 1:33 AM
F402710: D5.1745651084.diff
Fri, Apr 25, 12:04 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.