mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-17 10:22:00 +02:00
Lint
I probably should've just run autopep8 in the first place... Signed-off-by: Katie Wolfe <katie@dnaf.moe>
This commit is contained in:
parent
b3e5db402d
commit
7e07dc429f
@ -595,7 +595,7 @@ class SyncHandler(object):
|
|||||||
canonical_alias_id, allow_none=True,
|
canonical_alias_id, allow_none=True,
|
||||||
)
|
)
|
||||||
if (canonical_alias and canonical_alias.content
|
if (canonical_alias and canonical_alias.content
|
||||||
and canonical_alias.content.get("alias", "")):
|
and canonical_alias.content.get("alias", "")):
|
||||||
defer.returnValue(summary)
|
defer.returnValue(summary)
|
||||||
|
|
||||||
joined_user_ids = [
|
joined_user_ids = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user