mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
fix(follow): add missing helpers to Actor controller
This commit is contained in:
parent
fca7bd6808
commit
ee53a732dc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue