Fix regression of edits showing up in the timeline with hidden events shown (#8260)
This commit is contained in:
@@ -231,6 +231,10 @@ export function pickFactory(mxEvent: MatrixEvent, cli: MatrixClient, asHiddenEv?
|
||||
return MessageEventFactory;
|
||||
}
|
||||
|
||||
if (mxEvent.isRelation(RelationType.Replace)) {
|
||||
return noEventFactoryFactory();
|
||||
}
|
||||
|
||||
return EVENT_TILE_TYPES[evType] ?? noEventFactoryFactory();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user