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:
Yassine Doghri 2021-08-13 11:07:29 +00:00
commit bb4752c35e
86 changed files with 1667 additions and 1152 deletions

View file

@ -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',