Document option subscrube_room_many_max_users introduced in fc34661b6

This commit is contained in:
Badlop 2022-01-13 19:27:53 +01:00
parent 1ce3bd256b
commit 1fb908b70f
1 changed files with 8 additions and 1 deletions

View File

@ -1459,4 +1459,11 @@ mod_doc() ->
[?T("This module provides commands to administer local MUC "
"services and their MUC rooms. It also provides simple "
"WebAdmin pages to view the existing rooms."), "",
?T("This module depends on _`mod_muc`_.")]}.
?T("This module depends on _`mod_muc`_.")],
opts =>
[{subscribe_room_many_max_users,
#{value => ?T("Number"),
desc =>
?T("How many users can be subscribed to a room at once using "
"the 'subscribe_room_many' command. "
"The default value is '50'.")}}]}.