aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-01-10 16:45:35 +0100
committerBadlop <badlop@process-one.net>2022-01-11 17:28:36 +0100
commitce14c28faf2ca47e14a3dcdaf9e336940ca89ca0 (patch)
tree0d66a6a1f102ed621dede6114f9b39eaa294c672 /src/mod_muc_admin.erl
parentFix login when generating client id, keep connection record (#3593) (diff)
Fix version when this command was really updated
Diffstat (limited to '')
-rw-r--r--src/mod_muc_admin.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc_admin.erl b/src/mod_muc_admin.erl
index 6e533a3df..d18ba5f07 100644
--- a/src/mod_muc_admin.erl
+++ b/src/mod_muc_admin.erl
@@ -284,7 +284,7 @@ get_commands_spec() ->
#ejabberd_commands{name = send_direct_invitation, tags = [muc_room],
desc = "Send a direct invitation to several destinations",
- longdesc = "Since ejabberd 20.10, this command is "
+ longdesc = "Since ejabberd 20.12, this command is "
"asynchronous: the API call may return before the "
"server has send all the invitations.\n\n"
"Password and Message can also be: none. "