1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00
This commit is contained in:
Flam3rboy 2021-08-17 22:57:30 +02:00
parent e611126c7c
commit 5e12d799e3

View File

@ -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()
});