Merge 13.0->trunk

This commit is contained in:
Matthew Wild 2025-02-15 16:48:45 +00:00
commit 8a12586fc7
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ TRUNK
- Add 'watch log' command to follow live debug logs at runtime (even if disabled)
- mod_announce: Add shell commands to send messages to all users, online users, or limited by roles
- New mod_account_activity plugin records last login/logout time of a user account
- New 'prosodyctl check features' recommends configuration improvements
### Networking

View file

@ -1476,7 +1476,7 @@ local function check(arg)
end
end
function checks.features(host, quiet)
function checks.features(check_host, quiet)
if not quiet then
print("Feature report");
end