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({
|
const opts = await handleMessage({
|
||||||
...body,
|
...body,
|
||||||
author_id: message.author_id,
|
...message,
|
||||||
channel_id,
|
|
||||||
id: message_id,
|
|
||||||
edited_timestamp: new Date()
|
edited_timestamp: new Date()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user