Remove wrong get_room_history command fields specification

This commit is contained in:
Badlop 2023-03-22 13:18:19 +01:00
parent af29adb558
commit 6c620f6f43
1 changed files with 0 additions and 2 deletions

View File

@ -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,