mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
7 lines
296 B
Lua
7 lines
296 B
Lua
local avmoderation_component = module:get_option_string('av_moderation_component', 'avmoderation.'..module.host);
|
|
|
|
-- Advertise AV Moderation so client can pick up the address and use it
|
|
module:add_identity('component', 'av_moderation', avmoderation_component);
|
|
|
|
module:depends("jitsi_session");
|