mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
fix #199
This commit is contained in:
parent
e611126c7c
commit
5e12d799e3
@ -23,9 +23,7 @@ router.patch("/", check(MessageCreateSchema), async (req: Request, res: Response
|
||||
|
||||
const opts = await handleMessage({
|
||||
...body,
|
||||
author_id: message.author_id,
|
||||
channel_id,
|
||||
id: message_id,
|
||||
...message,
|
||||
edited_timestamp: new Date()
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user