mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +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
|
|
@ -90,9 +90,8 @@ class EpisodeModel extends Model
|
|||
'location_geo',
|
||||
'location_osm',
|
||||
'custom_rss',
|
||||
'favourites_total',
|
||||
'reblogs_total',
|
||||
'statuses_total',
|
||||
'posts_count',
|
||||
'comments_count',
|
||||
'published_at',
|
||||
'created_by',
|
||||
'updated_by',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue