cargo fmt
This commit is contained in:
parent
d1e5acd7b3
commit
8105c5cc60
2 changed files with 12 additions and 15 deletions
|
@ -901,10 +901,10 @@ async fn sync_helper(
|
|||
.state_full_ids(left_shortstatehash)
|
||||
.await?;
|
||||
|
||||
let leave_shortstatekey = services().rooms.short.get_or_create_shortstatekey(
|
||||
&StateEventType::RoomMember,
|
||||
&sender_user.as_str(),
|
||||
)?;
|
||||
let leave_shortstatekey = services()
|
||||
.rooms
|
||||
.short
|
||||
.get_or_create_shortstatekey(&StateEventType::RoomMember, &sender_user.as_str())?;
|
||||
|
||||
left_state_ids.insert(leave_shortstatekey, left_event_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue