Software /
code /
prosody
Changeset
12667:0278987b8687
core.usermanager: Update argument name in authz fallback method
It's not plural
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Aug 2022 15:42:07 +0200 |
parents | 12666:7869da467087 |
children | 12668:5d85de8b0723 |
files | core/usermanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/usermanager.lua Thu Aug 18 15:38:18 2022 +0200 +++ b/core/usermanager.lua Thu Aug 18 15:42:07 2022 +0200 @@ -39,7 +39,7 @@ get_jids_with_role = function (role) end; get_user_role = function (user) end; - set_user_role = function (user, roles) end; + set_user_role = function (user, role_name) end; get_user_secondary_roles = function (user) end; add_user_secondary_role = function (user, host, role_name) end;