mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 05:40:43 +01:00
fix: msg ref
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = {
|
||||
const bulkSet = messageData.map(
|
||||
msg => [`message:${msg.mid}`, {
|
||||
roomId: roomId,
|
||||
timestamp: m.timestamp,
|
||||
timestamp: msg.timestamp,
|
||||
}]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user