mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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:
|
if row:
|
||||||
return {
|
return {
|
||||||
"membership": "joined",
|
"membership": "join",
|
||||||
"is_public": row["is_public"],
|
"is_public": row["is_public"],
|
||||||
"is_privileged": row["is_admin"],
|
"is_privileged": row["is_admin"],
|
||||||
}
|
}
|
||||||
@ -717,7 +717,7 @@ class GroupServerStore(SQLBaseStore):
|
|||||||
|
|
||||||
if row:
|
if row:
|
||||||
return {
|
return {
|
||||||
"membership": "invited",
|
"membership": "invite",
|
||||||
}
|
}
|
||||||
|
|
||||||
return {}
|
return {}
|
||||||
|
Loading…
Reference in New Issue
Block a user