mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 14:40:52 -05:00
Fix typos and spelling errors. (#8639)
This commit is contained in:
parent
c850dd9a8e
commit
34a5696f93
41 changed files with 63 additions and 60 deletions
|
|
@ -349,7 +349,7 @@ class GroupsLocalHandler(GroupsLocalWorkerHandler):
|
|||
server_name=get_domain_from_id(group_id),
|
||||
)
|
||||
|
||||
# TODO: Check that the group is public and we're being added publically
|
||||
# TODO: Check that the group is public and we're being added publicly
|
||||
is_publicised = content.get("publicise", False)
|
||||
|
||||
token = await self.store.register_user_group_membership(
|
||||
|
|
@ -394,7 +394,7 @@ class GroupsLocalHandler(GroupsLocalWorkerHandler):
|
|||
server_name=get_domain_from_id(group_id),
|
||||
)
|
||||
|
||||
# TODO: Check that the group is public and we're being added publically
|
||||
# TODO: Check that the group is public and we're being added publicly
|
||||
is_publicised = content.get("publicise", False)
|
||||
|
||||
token = await self.store.register_user_group_membership(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue