mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -04:00
JOIN state_events rather than parsing unrecognized_keys to pull out member state_keys
This commit is contained in:
parent
3d73383d18
commit
b216b36892
2 changed files with 5 additions and 11 deletions
|
@ -218,7 +218,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
|||
# less obvious.
|
||||
|
||||
# get all rooms matching the room ID regex.
|
||||
room_entries = yield self.get_all_rooms() # RoomEntry list
|
||||
room_entries = yield self.get_all_rooms()
|
||||
matching_room_list = set([
|
||||
r["room_id"] for r in room_entries if
|
||||
service.is_interested_in_room(r["room_id"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue