Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2026-03-01 15:54:01 -05:00
2 changed files with 15 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ module.exports = function (Messaging) {
[`chat:room:${roomId}:uids:online`, now, uid],
...(
isPublic ?
[`chat:room:${roomId}:owners`, now, uid] :
[[`chat:room:${roomId}:owners`, now, uid]] :
[uid].concat(data.uids).map(uid => ([`chat:room:${roomId}:owners`, now, uid]))
),
]),