mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 13:04:59 -05:00
de-lint, quote consistency
This commit is contained in:
parent
db2fd801f7
commit
020a501354
@ -412,7 +412,7 @@ class GroupsServerHandler(object):
|
|||||||
"avatar_url", "is_public",
|
"avatar_url", "is_public",
|
||||||
]
|
]
|
||||||
group_description = {key: group[key] for key in cols}
|
group_description = {key: group[key] for key in cols}
|
||||||
group_description["is_openly_joinable"] = group['join_policy'] == "open"
|
group_description["is_openly_joinable"] = group["join_policy"] == "open"
|
||||||
|
|
||||||
defer.returnValue(group_description)
|
defer.returnValue(group_description)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user