feat: Allow star for room in moderated tenants.

This commit is contained in:
damencho 2021-01-28 15:50:33 -06:00 committed by Дамян Минков
parent 8414e9d99f
commit bf714c1c8b
1 changed files with 1 additions and 1 deletions

View File

@ -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