From dbf42db0fcc8ceadc5bb05de3152a4731baa5718 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 12 Jan 2025 07:33:33 +0000 Subject: [PATCH] Issue 14681: enable path "remote_follow/{nickname}" --- static/routes.config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/routes.config.php b/static/routes.config.php index 5ebce2738b..88e642c27a 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -602,6 +602,8 @@ return [ '/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]], ], + '/remote_follow/{nickname}' => [Module\Profile\RemoteFollow::class, [R::GET, R::POST]], + '/security' => [ '/password_too_long' => [Module\Security\PasswordTooLong::class, [R::GET, R::POST]], ],