forked from friendica/friendica-addons
[xmpp] Rename /manage module to /delegation
This commit is contained in:
parent
f573907bd2
commit
2a1b1019e3
|
@ -184,7 +184,7 @@ function xmpp_converse(App $a)
|
|||
return;
|
||||
}
|
||||
|
||||
if (in_array($a->argv[0], ["manage", "logout"])) {
|
||||
if (in_array($a->argv[0], ["delegation", "logout"])) {
|
||||
$additional_commands = "converse.user.logout();\n";
|
||||
} else {
|
||||
$additional_commands = "";
|
||||
|
|
Loading…
Reference in a new issue