This commit is contained in:
Timothy Jaeryang Baek
2024-12-22 20:28:15 -07:00
parent 5e8f3048f9
commit 0d29f31846
5 changed files with 61 additions and 39 deletions

View File

@@ -108,7 +108,7 @@ async def post_new_message(
{
"channel_id": channel.id,
"message_id": message.id,
"data": {"message": message.model_dump()},
"data": {"type": "message", "data": message.model_dump()},
},
to=f"channel:{channel.id}",
)