mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-05 02:00:54 -05:00
Fix wording on group creation error
This commit is contained in:
parent
208a6647f1
commit
9bc17fc5fb
@ -749,7 +749,7 @@ class GroupsServerHandler(object):
|
|||||||
if not is_admin:
|
if not is_admin:
|
||||||
if not self.hs.config.enable_group_creation:
|
if not self.hs.config.enable_group_creation:
|
||||||
raise SynapseError(
|
raise SynapseError(
|
||||||
403, "Only server admin can create group on this server",
|
403, "Only a server admin can create groups on this server",
|
||||||
)
|
)
|
||||||
localpart = group_id_obj.localpart
|
localpart = group_id_obj.localpart
|
||||||
if not localpart.startswith(self.hs.config.group_creation_prefix):
|
if not localpart.startswith(self.hs.config.group_creation_prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user