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, body,
reply_to=event, reply_to=event,
content_type="html.raw", content_type="html.raw",
override={"body": f"@{username}: {data['text']!r}"} override={"body": f"@{username}: {data['content']!r}"}
) )
sent.append(post_id) sent.append(post_id)