1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-30 03:38:31 +00:00

fix: Add missing init fields

This commit is contained in:
nexy7574 2025-06-29 13:29:27 +01:00
parent d63c8b9fca
commit 4b5e8df95c
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F
3 changed files with 4 additions and 0 deletions

View file

@ -1824,6 +1824,7 @@ pub async fn leave_room(
displayname: None,
third_party_invite: None,
blurhash: None,
redact_events: None,
};
let is_banned = services.rooms.metadata.is_banned(room_id);