Skip to content

Commit 48f1bc0

Browse files
committed
fix(notification_client): Add m.room.create to the required sliding sync state
With this missing, power levels couldn't be computed, and some push rules didn't take effect.
1 parent 1fe71ac commit 48f1bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/matrix-sdk-ui/src/notification_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ impl NotificationClient {
487487
(StateEventType::RoomPowerLevels, "".to_owned()),
488488
(StateEventType::RoomJoinRules, "".to_owned()),
489489
(StateEventType::CallMember, "*".to_owned()),
490+
(StateEventType::RoomCreate, "".to_owned()),
490491
];
491492

492493
let invites = SlidingSyncList::builder("invites")

0 commit comments

Comments
 (0)