[PLUGIN][TagBasedFiltering] Expand to allow filtering by actor tags

This commit is contained in:
2021-12-05 17:50:15 +00:00
parent e29e1cc87c
commit 9f445632b2
9 changed files with 117 additions and 41 deletions

View File

@@ -263,6 +263,7 @@ class UserPanel extends Controller
$extra_step = function ($data, $extra_args) use ($user, $actor) {
$user->setNicknameSanitizedAndCached($data['nickname'], $actor->getId());
};
return Form::handle($form_definition, $request, $actor, $extra, $extra_step, [['self_tags' => $extra['self_tags']]]);
}