mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
PEP8 and pyflakes
This commit is contained in:
parent
978ce87c86
commit
29267cf9d7
2 changed files with 3 additions and 6 deletions
|
@ -229,12 +229,10 @@ class ApplicationServiceStore(SQLBaseStore):
|
|||
r.room_id for r in room_alias_mappings if
|
||||
service.is_interested_in_alias(r.room_alias)
|
||||
]
|
||||
logging.debug(matching_alias_list)
|
||||
logging.debug(matching_room_id_list)
|
||||
|
||||
# get all rooms for every user for this AS.
|
||||
|
||||
# TODO stub
|
||||
yield self.cache_defer
|
||||
|
||||
# TODO get all rooms for every user for this AS.
|
||||
|
||||
defer.returnValue([RoomsForUser("!foo:bar", service.sender, "join")])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue