Skip to content

Commit

Permalink
Merge pull request #3 from bertiebaggio/master
Browse files Browse the repository at this point in the history
Update evt.reply to use 'allow_html' + bump ver
  • Loading branch information
TomCasavant authored Dec 9, 2019
2 parents 8d84e48 + ec5d114 commit 23263b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion giphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ async def handler(self, evt: MessageEvent, search_term: str) -> None:
gif_link = gif.get("url")

if gif_exists:
await evt.reply(gif_link, html_in_markdown=True) # Reply to user
await evt.reply(gif_link, allow_html=True) # Reply to user
2 changes: 1 addition & 1 deletion maubot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maubot: 0.1.0
id: casavant.tom.giphy

# A PEP 440 compliant version string.
version: 1.0.3
version: 1.0.4

# The SPDX license identifier for the plugin. https://spdx.org/licenses/
# Optional, assumes all rights reserved if omitted.
Expand Down

0 comments on commit 23263b9

Please sign in to comment.