fix: Add missing init fields

This commit is contained in:
nexy7574 2025-06-29 13:29:27 +01:00
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

@ -343,6 +343,7 @@ pub async fn update_displayname(
reason: None,
is_direct: None,
third_party_invite: None,
redact_events: None,
});
Ok((pdu, room_id))
@ -396,6 +397,7 @@ pub async fn update_avatar_url(
reason: None,
is_direct: None,
third_party_invite: None,
redact_events: None,
});
Ok((pdu, room_id))