mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Request is_public from database
This commit is contained in:
parent
124314672f
commit
5451cc7792
@ -35,7 +35,9 @@ class GroupServerStore(SQLBaseStore):
|
|||||||
keyvalues={
|
keyvalues={
|
||||||
"group_id": group_id,
|
"group_id": group_id,
|
||||||
},
|
},
|
||||||
retcols=("name", "short_description", "long_description", "avatar_url",),
|
retcols=(
|
||||||
|
"name", "short_description", "long_description", "avatar_url", "is_public"
|
||||||
|
),
|
||||||
allow_none=True,
|
allow_none=True,
|
||||||
desc="is_user_in_group",
|
desc="is_user_in_group",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user