xmpp: Fix typo
This commit is contained in:
parent
7042ff8c36
commit
0e60c8c8e0
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user