diff --git a/users.js b/users.js index 273ebdd74..71ef61d0d 100644 --- a/users.js +++ b/users.js @@ -616,7 +616,7 @@ class User { targetUser = target; } - if (room && room.auth) { + if (room && (room.auth || room.parent)) { group = room.getAuth(this); if (targetUser) targetGroup = room.getAuth(targetUser); if (room.isPrivate === true && this.can('makeroom')) group = this.group;