xmpp: Fix typo

This commit is contained in:
PapaTutuWawa 2021-09-16 16:20:30 +02:00
parent 7042ff8c36
commit 0e60c8c8e0

View File

@ -243,7 +243,7 @@ class BridgeComponent(ComponentXMPP):
}
if self._relay_xmpp_avatars and self._avatars.get_avatar_url(message["from"]):
webhook["avatar_url"] = self._avatar.get_avatar_url(message["from"])
webhook["avatar_url"] = self._avatars.get_avatar_url(message["from"])
# Look for mentions and replace them
guild, channel = self._muc_map[muc]