Skip to content

Commit

Permalink
Merge pull request #2001 from famedly/krille/add-missing-redacts-key-…
Browse files Browse the repository at this point in the history
…when-transforming-event

fix: Add missing redacts parameter when transforming to Event type
  • Loading branch information
krille-chan authored Jan 14, 2025
2 parents 02988de + 83f993a commit a069589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/event.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class Event extends MatrixEvent {
unsigned: matrixEvent.unsigned,
prevContent: matrixEvent.prevContent,
stateKey: matrixEvent.stateKey,
redacts: matrixEvent.redacts,
room: room,
);

Expand Down

0 comments on commit a069589

Please sign in to comment.