forked from GNUsocial/gnu-social
Added a "groups" command
This commit is contained in:
@@ -59,6 +59,12 @@ class CommandInterpreter
|
||||
} else {
|
||||
return new SubscriptionsCommand($user);
|
||||
}
|
||||
case 'groups':
|
||||
if ($arg) {
|
||||
return null;
|
||||
} else {
|
||||
return new GroupsCommand($user);
|
||||
}
|
||||
case 'on':
|
||||
if ($arg) {
|
||||
list($other, $extra) = $this->split_arg($arg);
|
||||
|
Reference in New Issue
Block a user