Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2023-08-23 18:19:57 -04:00

View File

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