mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
refactor: Fix errors in api/client/sync
This commit is contained in:
@@ -152,8 +152,7 @@ async fn share_encrypted_room(
|
||||
.rooms
|
||||
.state_cache
|
||||
.get_shared_rooms(sender_user, user_id)
|
||||
.ready_filter(|&room_id| Some(room_id) != ignore_room)
|
||||
.map(ToOwned::to_owned)
|
||||
.ready_filter(|room_id| Some(room_id.as_ref()) != ignore_room)
|
||||
.broad_any(|other_room_id| async move {
|
||||
services
|
||||
.rooms
|
||||
|
||||
Reference in New Issue
Block a user