mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
fix: timestamp in queue, add post queue strings
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user