You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-07 23:02:56 +03:00
Fix issues around echo & redaction handling in threads (#2286)
This commit is contained in:
committed by
GitHub
parent
5937e6a6a8
commit
286500e335
@@ -66,6 +66,9 @@ export function eventMapperFor(client: MatrixClient, options: MapperOpts): Event
|
||||
MatrixEventEvent.Replaced,
|
||||
MatrixEventEvent.VisibilityChange,
|
||||
]);
|
||||
room?.reEmitter.reEmit(event, [
|
||||
MatrixEventEvent.BeforeRedaction,
|
||||
]);
|
||||
}
|
||||
return event;
|
||||
}
|
||||
|
Reference in New Issue
Block a user