[#1348] excluded invisible actors from gets /api/v1/accounts/:id
All threads resolved!
sets internal.fetch and relay as invisible actors and excluded display invisible users from /api/v1/accounts/:id
Edited by Maksim
Merge request reports
Activity
@rinpatch @kaniini @lambadalambda Could you please look this MR?
- Resolved by Maksim
Doesn't exclude them from search results though
added 1 commit
- 62bc0657 - excluded invisible users from search results
- Resolved by Maksim
Does the
invisible
flag meant for service accounts (such as relay and internal.fetch) only? Or real users can be invisible too?If it's for the service accounts only, can you please update
Pleroma.FollowingRelationship.following/1
? I suppose theif
condition on line 104 should look likenot user.local or user.invisible
.
mentioned in commit 8feb5dcb
unassigned @parallel588
Please register or sign in to reply