Display edited version of events
Type: add
 Differential  D5  
Display edited version of events Authored by tusooa on Apr 24 2024, 8:26 PM. 
Details Display edited version of events Type: add 
 
Diff Detail 
 Event TimelineComment Actions Please add a changelog type to the summary, using the following format: Type: (add|remove|skip|security|fix) Comment Actions @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';
} |