mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
fix(fediverse): add is_private field to posts to flag private posts and hide them from public views
This commit is contained in:
parent
08a3779ee3
commit
d5ef2ab86f
25 changed files with 4276 additions and 4233 deletions
|
|
@ -32,6 +32,7 @@ class PostModel extends FediversePostModel
|
|||
'episode_id',
|
||||
'message',
|
||||
'message_html',
|
||||
'is_private',
|
||||
'favourites_count',
|
||||
'reblogs_count',
|
||||
'replies_count',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue