1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 18:32:29 +01:00

fix: message timestamp

This commit is contained in:
Cyber 2024-08-18 12:08:04 +02:00
parent 7853ad3acf
commit a401f63318

View File

@ -79,6 +79,7 @@ router.put(
} as ChannelPinsUpdateEvent), } as ChannelPinsUpdateEvent),
Message.create({ Message.create({
timestamp: new Date(),
type: 6, type: 6,
embeds: [], embeds: [],
reactions: [], reactions: [],