Upgrade Ruma
This commit is contained in:
parent
2ac7b6d411
commit
f6046871f4
7 changed files with 183 additions and 180 deletions
|
@ -122,9 +122,7 @@ pub async fn create_room_route(
|
|||
state_default: 50.into(),
|
||||
users,
|
||||
users_default: 0.into(),
|
||||
notifications: ruma::events::room::power_levels::NotificationPowerLevels {
|
||||
room: 50.into(),
|
||||
},
|
||||
notifications: ruma::power_levels::NotificationPowerLevels { room: 50.into() },
|
||||
})
|
||||
.expect("event is valid, we just created it");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue