mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Fix mistake
This commit is contained in:
parent
341b3db99e
commit
6960382aeb
@ -33,7 +33,7 @@ class HumanReadableString(MarkdownString):
|
|||||||
|
|
||||||
|
|
||||||
class MaubotHTMLParser(MatrixParser[HumanReadableString]):
|
class MaubotHTMLParser(MatrixParser[HumanReadableString]):
|
||||||
e = HumanReadableString
|
fs = HumanReadableString
|
||||||
|
|
||||||
|
|
||||||
def parse_formatted(message: str, allow_html: bool = False, render_markdown: bool = True
|
def parse_formatted(message: str, allow_html: bool = False, render_markdown: bool = True
|
||||||
|
Loading…
Reference in New Issue
Block a user