summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-04 11:21:24 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-04 11:21:24 +0100
commit21d51ab59852d6a4d504a6ccd79ad82070c03a12 (patch)
tree7becf74d0a0e3af9caafe2d5f47f956d74da6fb9 /synapse
parentLint (diff)
downloadsynapse-21d51ab59852d6a4d504a6ccd79ad82070c03a12.tar.xz
Typo
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/federation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index b2b3a7e221..50fc0fde2a 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -2603,7 +2603,7 @@ class FederationHandler(BaseHandler):
             # invite has been revoked. In this case, we don't have to raise an error here
             # because the auth check will fail on the invite (because it's not able to
             # fetch public keys from the m.room.third_party_invite event's content, which
-            # is empty.
+            # is empty).
             display_name = original_invite.content.get("display_name")
             event_dict["content"]["third_party_invite"]["display_name"] = display_name
         else: