fix: msg ref

This commit is contained in:
Barış Soner Uşaklı
2023-08-23 18:19:39 -04:00
parent 2d62a77248
commit 4ba7633897

View File

@@ -59,7 +59,7 @@ module.exports = {
const bulkSet = messageData.map(
msg => [`message:${msg.mid}`, {
roomId: roomId,
timestamp: m.timestamp,
timestamp: msg.timestamp,
}]
);