mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Remove wrong get_room_history command fields specification
This commit is contained in:
parent
af29adb558
commit
6c620f6f43
@ -416,8 +416,6 @@ get_commands_spec() ->
|
||||
module = ?MODULE, function = get_room_history,
|
||||
args_desc = ["Room name", "MUC service"],
|
||||
args_example = ["room1", "muc.example.com"],
|
||||
result_desc = "Affiliation of the user",
|
||||
result_example = member,
|
||||
args = [{name, binary}, {service, binary}],
|
||||
result = {history, {list,
|
||||
{entry, {tuple,
|
||||
|
Loading…
Reference in New Issue
Block a user