Skip to content
Snippets Groups Projects
Commit 966a70f1 authored by Erik Johnston's avatar Erik Johnston
Browse files

Update comment

parent 629cdfb1
No related branches found
No related tags found
No related merge requests found
......@@ -678,12 +678,12 @@ class GroupServerStore(SQLBaseStore):
Example if joined:
{
"membership": "joined",
"membership": "join",
"is_public": True,
"is_privileged": False,
}
Returns an empty dict if the user is not joined/invited/etc
Returns an empty dict if the user is not join/invite/etc
"""
def _get_users_membership_in_group_txn(txn):
row = self._simple_select_one_txn(
......
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