mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 02:54:49 -04:00
PEP8
This commit is contained in:
parent
0ebd632d39
commit
806a6c886a
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ class StreamStore(SQLBaseStore):
|
||||||
"limit": limit
|
"limit": limit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def app_service_interested(row):
|
def app_service_interested(row):
|
||||||
if row["room_id"] in room_ids_for_as:
|
if row["room_id"] in room_ids_for_as:
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue