Fix for fedibird
This commit is contained in:
parent
f6284c190b
commit
d6257e1469
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class ActivityPub::NoteSerializer < ActivityPub::Serializer
|
|||
end
|
||||
|
||||
def not_private_post?
|
||||
!object.private_visibility?
|
||||
!object.private_visibility? && !object.direct_visibility? && !object.limited_visibility?
|
||||
end
|
||||
|
||||
def poll_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue