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