diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-04 11:21:24 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-04 12:10:20 +0100 |
commit | 04d4fff806c27b90f9c84ea37288fd36d7678e7a (patch) | |
tree | e44bc84533b66f5be3df7db85a097e8a5f63aa6e /synapse/handlers/federation.py | |
parent | Lint (diff) | |
download | synapse-04d4fff806c27b90f9c84ea37288fd36d7678e7a.tar.xz |
Typo
Diffstat (limited to 'synapse/handlers/federation.py')
-rw-r--r-- | synapse/handlers/federation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py index 3feb95d53f..35528eb48a 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py @@ -2703,7 +2703,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: |