Page MenuHomePhorge

Display edited version of events
ClosedPublic

Authored by tusooa on Apr 24 2024, 8:26 PM.
Tags
None
Referenced Files
F30724: D5.1726922245.diff
Fri, Sep 20, 5:37 AM
F29392: D5.1726842842.diff
Thu, Sep 19, 7:34 AM
Unknown Object (File)
Thu, Sep 19, 2:58 AM
Unknown Object (File)
Thu, Sep 19, 2:11 AM
Unknown Object (File)
Thu, Sep 19, 1:05 AM
Unknown Object (File)
Wed, Sep 18, 10:50 PM
Unknown Object (File)
Wed, Sep 18, 3:18 PM
Unknown Object (File)
Wed, Sep 18, 3:18 PM
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
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 44
Build 77: GitLab CI for kazv
Build 76: 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.