Merge pull request #2001 from famedly/krille/add-missing-redacts-key-when-transforming-event

fix: Add missing redacts parameter when transforming to Event type
This commit is contained in:
Krille-chan 2025-01-14 10:16:48 +01:00 committed by GitHub
commit a069589c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,
);