fix
This commit is contained in:
parent
83ce183d18
commit
fa97d4fc97
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -139,7 +139,7 @@ class MatrixClient(nio.AsyncClient):
|
|||
if emote_:
|
||||
emote = f":{emote}:"
|
||||
body = body.replace(
|
||||
emote, f"""<img alt=\"{emote}\" title=\"{emote}\"
|
||||
emote, f"""<img alt=\"{emote}\" title=\"{emote}\" \
|
||||
height=\"32\" src=\"{emote_}\" data-mx-emoticon />"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue