xmpp: Fix typo
This commit is contained in:
@@ -243,7 +243,7 @@ class BridgeComponent(ComponentXMPP):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if self._relay_xmpp_avatars and self._avatars.get_avatar_url(message["from"]):
|
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
|
# Look for mentions and replace them
|
||||||
guild, channel = self._muc_map[muc]
|
guild, channel = self._muc_map[muc]
|
||||||
|
|||||||
Reference in New Issue
Block a user