Add support for setting skip_thread_containment #570

Closed
opened 2019-06-04 16:37:19 +00:00 by rinpatch · 4 comments
Member

If set to true Pleroma will not filter out posts from the home timeline even if the user can't access the parent posts are not visible to the current user.

Like other options it can be set in PATCH /api/v1/update_credentials and read under pleroma.skip_thread_containment in the User entity

If set to true Pleroma will not filter out posts from the home timeline even if the user can't access the parent posts are not visible to the current user. Like other options it can be set in [`PATCH /api/v1/update_credentials`](https://docs-develop.pleroma.social/differences_in_mastoapi_responses.html#patch-api-v1-update_credentials) and read under `pleroma.skip_thread_containment` in the User entity
Author
Member

@hj @shpuld could we get this one before 1.0? it doesn't seem to difficult to add and since thread containment is now disabled by default I am pretty sure many people will ask about that after updating to a new release

@hj @shpuld could we get this one before 1.0? it doesn't seem to difficult to add and since thread containment is now disabled by default I am pretty sure many people will ask about that after updating to a new release

I don't think we should add this anymore, all our thread containment stuff was too slow and we have the thread filtering now.

I don't think we should add this anymore, all our thread containment stuff was too slow and we have the thread filtering now.

sorry, i mean reply filtering

sorry, i mean reply filtering
Member

Right, we have other means to do this now, properly working reply filtering in backend, and we have info about parent availability elsewhere: https://git.pleroma.social/pleroma/pleroma-fe/-/issues/874

Right, we have other means to do this now, properly working reply filtering in backend, and we have info about parent availability elsewhere: https://git.pleroma.social/pleroma/pleroma-fe/-/issues/874
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pleroma/pleroma-fe#570
No description provided.