fix(follow): add missing helpers to Actor controller

This commit is contained in:
Yassine Doghri 2021-05-12 10:22:16 +00:00
parent fca7bd6808
commit ee53a732dc
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ class Actor extends \ActivityPub\Controllers\ActorController
{
use AnalyticsTrait;
protected $helpers = ['auth', 'svg', 'components', 'misc'];
public function follow()
{
// Prevent analytics hit when authenticated