0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-21 10:38:47 +02:00
This commit is contained in:
Kegan Dougal 2015-02-27 09:48:57 +00:00
parent 0ebd632d39
commit 806a6c886a

View file

@ -169,7 +169,6 @@ class StreamStore(SQLBaseStore):
"limit": limit
}
def app_service_interested(row):
if row["room_id"] in room_ids_for_as:
return True