adjust to js-sdk changes of marking original event as replaced
This commit is contained in:
parent
edc100163f
commit
5805a88ab9
8 changed files with 11 additions and 5 deletions
|
@ -45,6 +45,7 @@ export default function shouldHideEvent(ev) {
|
|||
|
||||
// Hide redacted events
|
||||
if (ev.isRedacted() && !isEnabled('showRedactions')) return true;
|
||||
if (ev.isRelation("m.replace")) return true;
|
||||
|
||||
const eventDiff = memberEventDiff(ev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue