Diff

core/usermanager.lua @ 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
parent 12666:7869da467087
child 12683:75f0c69eba71
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;