Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Index unlisted posts
- Move version check outside of the streaming and only do it once
- Use a PUT request instead of checking manually if there is need to insert
- Add error handling, sort of
|
|
|
|
|
|
|
|
|
|
It has has a different error code key
|
|
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
|
|
Remote ones are already added in another place
|
|
|
|
|
|
|
|
It's already removed in the side effects of the pipeline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The code in the main module now scrubs new posts too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
User: search: exclude inactive users from user search
See merge request pleroma/pleroma!3755
|
|
Bugfix: Elixir 1.14
See merge request pleroma/pleroma!3740
|
|
MastoAPI: POST /api/v1/accounts/:id/remove_from_followers
See merge request pleroma/pleroma!3647
|
|
This way we don't pollute search results with deactivated and deleted users
|