forked from MirrorHub/synapse
Lint
This commit is contained in:
parent
81d51ce48b
commit
4676732ca0
1 changed files with 1 additions and 3 deletions
|
@ -2605,9 +2605,7 @@ class FederationHandler(BaseHandler):
|
||||||
# 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"][
|
event_dict["content"]["third_party_invite"]["display_name"] = display_name
|
||||||
"display_name"
|
|
||||||
] = display_name
|
|
||||||
else:
|
else:
|
||||||
logger.info(
|
logger.info(
|
||||||
"Could not find invite event for third_party_invite: %r", event_dict
|
"Could not find invite event for third_party_invite: %r", event_dict
|
||||||
|
|
Loading…
Reference in a new issue