mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
fix(comments): add comment view partials for public pages
This commit is contained in:
parent
0c187ef7a9
commit
fcecbe1c68
24 changed files with 338 additions and 80 deletions
|
|
@ -170,4 +170,12 @@ class EpisodeCommentController extends BaseController
|
|||
|
||||
return redirect()->back();
|
||||
}
|
||||
|
||||
public function attemptReply(): RedirectResponse
|
||||
{
|
||||
model('LikeModel')
|
||||
->toggleLike(interact_as_actor(), $this->comment);
|
||||
|
||||
return redirect()->back();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue