mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-02 18:41:19 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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]))
|
||||
),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user