Implement exclude_reblogs and include_rts #3991

Closed
VyrCossont wants to merge 0 commits from gitlab-mr-iid-598 into develop
Member

Adds a new exclude_reblogs parameter (default false) for our Mastodon API.
I proposed this for Mastodon and it was just merged:

And the Twitter equivalent, include_rts, for the Twitter API (default true):

These filters will make it easier for frontends to show a user's original statuses,
without including stuff they didn't write, in a similar spirit to exclude_replies.

Adds a new `exclude_reblogs` parameter (default false) for our Mastodon API. I proposed this for Mastodon and it was just merged: - https://github.com/tootsuite/mastodon/issues/9606 - https://github.com/tootsuite/mastodon/pull/9640 And the Twitter equivalent, `include_rts`, for the Twitter API (default true): - https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline These filters will make it easier for frontends to show a user's original statuses, without including stuff they didn't write, in a similar spirit to `exclude_replies`.
Owner

Looks good to me. 👍

Looks good to me. :+1:

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 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!3991
No description provided.