|
@@ -1,4 +1,4 @@
|
1
|
|
-local avmoderation_component = module:get_option_string('av_moderation_component', 'avmoderation'..module.host);
|
|
1
|
+local avmoderation_component = module:get_option_string('av_moderation_component', 'avmoderation.'..module.host);
|
2
|
2
|
|
3
|
3
|
-- Advertise AV Moderation so client can pick up the address and use it
|
4
|
4
|
module:add_identity('component', 'av_moderation', avmoderation_component);
|