Skip to content
  • Eugen Rochko's avatar
    Private visibility on statuses prevents non-followers from seeing those · 80e02b90
    Eugen Rochko authored
    Filters out hidden stream entries from Atom feed
    Blocks now generate hidden stream entries, can be used to federate blocks
    Private statuses cannot be reblogged (generates generic 422 error for now)
    POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
    Statuses JSON now contains visibility=(public|unlisted|private) field
    80e02b90