fix: timestamp in queue, add post queue strings

This commit is contained in:
Barış Soner Uşaklı
2020-11-28 22:03:08 -05:00
parent 7f5efc3e93
commit 546f58bf1f
2 changed files with 8 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ topicsAPI.reply = async function (caller, data) {
uid: caller.uid,
req: apiHelpers.buildReqObject(caller), // For IP recording
content: data.content,
timestamp: data.timestamp,
timestamp: Date.now(),
fromQueue: false,
};