mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 23:23:41 +00:00
[xmpp] Rename /manage module to /delegation
This commit is contained in:
parent
f573907bd2
commit
2a1b1019e3
1 changed files with 1 additions and 1 deletions
|
@ -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