Updated scheduled tasks
This commit is contained in:
@@ -67,7 +67,7 @@ class FollowerController extends Controller
|
||||
? auth()->user()->name . ' is now following you.'
|
||||
: auth()->user()->name . ' wants to follow you.',
|
||||
'is_achievement' => false,
|
||||
'url' => $canView ? '/u/' . auth()->user()->name : '/follow-requests',
|
||||
'url' => $canView ? '/u/' . auth()->user()->name : '/settings/followers',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user