Updated scheduled tasks

This commit is contained in:
2026-07-02 23:11:46 +10:00
parent 4c98b33fb4
commit 00bd30fc5e
17 changed files with 397 additions and 667 deletions
+1 -1
View File
@@ -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',
]);
}