Skip to content
Snippets Groups Projects
Commit 57826d64 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix typo

parent 14a34f12
No related branches found
No related tags found
No related merge requests found
...@@ -798,7 +798,7 @@ class GroupServerStore(SQLBaseStore): ...@@ -798,7 +798,7 @@ class GroupServerStore(SQLBaseStore):
}, },
) )
# TODO: Insert profile to ensuer it comes down stream if its a join. # TODO: Insert profile to ensure it comes down stream if its a join.
if membership == "join": if membership == "join":
if local_attestation: if local_attestation:
......
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