This commit is contained in:
Nexus 2024-08-11 15:36:07 +01:00
parent 4ce914b2a6
commit a090e780f2

View file

@ -62,6 +62,6 @@ class MisskeyPreviewModule(niobot.Module):
body,
reply_to=event,
content_type="html.raw",
override={"body": f"@{username}: {data['text']!r}"}
override={"body": f"@{username}: {data['content']!r}"}
)
sent.append(post_id)