mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
fix #199
This commit is contained in:
parent
d8b01058b3
commit
bf8718489e
@ -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