From: nupplaPhil Date: Tue, 28 Jan 2020 21:34:33 +0000 (+0100) Subject: Hotfix: add missing route for ignore/discard X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=288192a7eff2d4b5fd2e881a0f71f066856cfb02;p=friendica.git Hotfix: add missing route for ignore/discard --- diff --git a/static/routes.config.php b/static/routes.config.php index c081dba66a..4752ca9170 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -174,6 +174,7 @@ return [ ], '/notifications' => [ + '/{id}' => [Module\Notifications\Notifications::class, [ R::POST]], '/network[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]], '/system[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]], '/personal[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],