Skip to content
Snippets Groups Projects
Commit 5451cc77 authored by Luke Barnard's avatar Luke Barnard
Browse files

Request is_public from database

parent 12431467
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,9 @@ class GroupServerStore(SQLBaseStore):
keyvalues={
"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,
desc="is_user_in_group",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment