Skip to content

Commit

Permalink
fix: Add missing redacts parameter when transforming to Event type
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jan 14, 2025
1 parent 02988de commit 83f993a
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 83f993a

Please sign in to comment.