Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed Oct 31, 2024
1 parent 89687a4 commit 9099e50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/matrix-sdk-ui/src/room_list_service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ impl RoomListService {
assign!(http::request::ToDevice::default(), { enabled: Some(true) }),
);
} else {
// TODO: This is racy if encryption is used within the room list, needs cross-process lock
// TODO: This is racy if encryption is used within the room list,
// needs cross-process lock
builder = builder.share_pos();
}

Expand Down

0 comments on commit 9099e50

Please sign in to comment.