remove unnecessary active_local_joined_users_in_room state_cache accessor
the underlying bug has been fixed Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -310,7 +310,7 @@ impl Service {
|
||||
let mut push_target = services()
|
||||
.rooms
|
||||
.state_cache
|
||||
.active_local_joined_users_in_room(&pdu.room_id)
|
||||
.active_local_users_in_room(&pdu.room_id)
|
||||
.collect_vec();
|
||||
|
||||
if pdu.kind == TimelineEventType::RoomMember {
|
||||
|
||||
Reference in New Issue
Block a user