mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 10:46:43 +02:00
feat(comments): add comments to episodes + update naming of status to post
- remove confusing counts for episode (total favourites, total reblogs) - add comments section to episode page to display episode comments + post replies linked to the episode
This commit is contained in:
parent
3ff1364906
commit
bb4752c35e
86 changed files with 1667 additions and 1152 deletions
|
|
@ -33,7 +33,7 @@ class SchedulerController extends Controller
|
|||
json_encode($scheduledActivity->payload, JSON_THROW_ON_ERROR),
|
||||
);
|
||||
|
||||
// set activity status to delivered
|
||||
// set activity post to delivered
|
||||
model('ActivityModel')
|
||||
->update($scheduledActivity->id, [
|
||||
'task_status' => 'delivered',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue