fix(av-moderation): Update initial whitelists when auto enabling.

This commit is contained in:
damencho
2025-08-27 15:49:28 -05:00
committed by Дамян Минков
parent 44f5de3db4
commit 8b9df0cd37

View File

@@ -352,6 +352,8 @@ function occupant_joined(event)
start_av_moderation(room, mediaType, occupant);
notify_occupants_enable(nil, true, room, occupant.nick, mediaType);
notify_whitelist_change(nil, true, room, mediaType);
end
room._data.av_first_moderator_joined = true;