[COMPONENT][Notification] Remove nickname GET parameter
This commit is contained in:
parent
cbb70a5054
commit
5229d4cd8c
|
@ -46,7 +46,7 @@ class Notification extends Component
|
|||
{
|
||||
DB::persist(\App\Entity\Feed::create([
|
||||
'actor_id' => $actor_id,
|
||||
'url' => Router::url($route = 'feed_notifications', ['nickname' => $user->getNickname()]),
|
||||
'url' => Router::url($route = 'feed_notifications'),
|
||||
'route' => $route,
|
||||
'title' => _m('Notifications'),
|
||||
'ordering' => $ordering++,
|
||||
|
|
Loading…
Reference in New Issue
Block a user