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:
strawberry 2024-06-08 17:32:04 -04:00
parent 7f5b59afbb
commit 0524e6ed52
3 changed files with 8 additions and 42 deletions

View file

@ -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 {