feat: Allow star for room in moderated tenants.
This commit is contained in:
parent
8414e9d99f
commit
bf714c1c8b
|
@ -60,7 +60,7 @@ module:hook("muc-occupant-joined", function (event)
|
|||
return;
|
||||
end
|
||||
|
||||
if not (room_name == session.jitsi_meet_room) then
|
||||
if not (room_name == session.jitsi_meet_room or session.jitsi_meet_room == '*') then
|
||||
module:log('debug', 'skip allowners for auth user and non matching room name: %s, jwt room name: %s', room_name, session.jitsi_meet_room);
|
||||
return;
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue