mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use join rather than joined, etc.
This commit is contained in:
parent
ed666d3969
commit
629cdfb124
@ -699,7 +699,7 @@ class GroupServerStore(SQLBaseStore):
|
||||
|
||||
if row:
|
||||
return {
|
||||
"membership": "joined",
|
||||
"membership": "join",
|
||||
"is_public": row["is_public"],
|
||||
"is_privileged": row["is_admin"],
|
||||
}
|
||||
@ -717,7 +717,7 @@ class GroupServerStore(SQLBaseStore):
|
||||
|
||||
if row:
|
||||
return {
|
||||
"membership": "invited",
|
||||
"membership": "invite",
|
||||
}
|
||||
|
||||
return {}
|
||||
|
Loading…
Reference in New Issue
Block a user