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:
parent
7f5b59afbb
commit
0524e6ed52
3 changed files with 8 additions and 42 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue