1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-02 17:02:31 +03:00

include redacted event so has same signature as other Relations events

This commit is contained in:
Bruno Windels
2019-11-04 15:56:15 +01:00
parent f1d417597c
commit a9dba39623

View File

@@ -242,7 +242,7 @@ export default class Relations extends EventEmitter {
redactedEvent.removeListener("Event.beforeRedaction", this._onBeforeRedaction); redactedEvent.removeListener("Event.beforeRedaction", this._onBeforeRedaction);
this.emit("Relations.redaction"); this.emit("Relations.redaction", redactedEvent);
} }
/** /**