mirror of
https://github.com/maubot/rss.git
synced 2025-07-22 23:01:03 -04:00
Fix formatting
This commit is contained in:
parent
ef4915e434
commit
eeb71a008f
1 changed files with 3 additions and 1 deletions
|
@ -405,7 +405,9 @@ class RSSBot(Plugin):
|
||||||
await evt.reply(
|
await evt.reply(
|
||||||
'<p>Current template in this room:</p><pre><code language="markdown">'
|
'<p>Current template in this room:</p><pre><code language="markdown">'
|
||||||
f"{html.escape(sub.notification_template.template)}"
|
f"{html.escape(sub.notification_template.template)}"
|
||||||
"</code></pre>", allow_html=True, markdown=False,
|
"</code></pre>",
|
||||||
|
allow_html=True,
|
||||||
|
markdown=False,
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
await self.dbm.update_template(feed.id, evt.room_id, template)
|
await self.dbm.update_template(feed.id, evt.room_id, template)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue