Loading app/Controllers/EpisodeCommentController.php +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ class EpisodeCommentController extends BaseController // if user is logged in then send to the authenticated activity view if (can_user_interact()) { helper('form'); return view('episode/comment', $data); } return view('episode/comment', $data, [ 'cache' => DECADE, Loading app/Controllers/PostController.php +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ class PostController extends FediversePostController // if user is logged in then send to the authenticated activity view if (can_user_interact()) { helper('form'); return view('post/post', $data); } return view('post/post', $data, [ 'cache' => DECADE, Loading Loading
app/Controllers/EpisodeCommentController.php +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ class EpisodeCommentController extends BaseController // if user is logged in then send to the authenticated activity view if (can_user_interact()) { helper('form'); return view('episode/comment', $data); } return view('episode/comment', $data, [ 'cache' => DECADE, Loading
app/Controllers/PostController.php +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ class PostController extends FediversePostController // if user is logged in then send to the authenticated activity view if (can_user_interact()) { helper('form'); return view('post/post', $data); } return view('post/post', $data, [ 'cache' => DECADE, Loading