fix: Add missing redacts parameter when transforming to Event type

This commit is contained in:
Krille 2025-01-14 10:12:22 +01:00
parent 02988de6ee
commit 83f993a2ff
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ class Event extends MatrixEvent {
unsigned: matrixEvent.unsigned,
prevContent: matrixEvent.prevContent,
stateKey: matrixEvent.stateKey,
redacts: matrixEvent.redacts,
room: room,
);