mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Typo
This commit is contained in:
parent
4676732ca0
commit
21d51ab598
@ -2603,7 +2603,7 @@ class FederationHandler(BaseHandler):
|
|||||||
# invite has been revoked. In this case, we don't have to raise an error here
|
# 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
|
# 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
|
# 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")
|
display_name = original_invite.content.get("display_name")
|
||||||
event_dict["content"]["third_party_invite"]["display_name"] = display_name
|
event_dict["content"]["third_party_invite"]["display_name"] = display_name
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user