-
-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend the "hesitated" instance functionality. #5087
Comments
FYI the option to block federated votes in #5038 does not apply to specific "hesitated" instances. Instead you can choose which votes to allow for posts/comments and upvotes/downvotes. Either all (including federated), local votes only or no votes at all. If you reject federated votes, that applies to all instances. |
ACK. So currently you cannot specify which ones you reject. It's a blanket thing. Then this issue would be to extend this functionality to be able to provide a list of instances. Having a secondary layer before "defederated" has a lot of benefits for moderation and good interactivity with the larger fediverse. |
It would be possible to add fields to the |
Hm, if you add them to the And ye I understand about the effort, ofc. I don't expect this soon, but good to have it in mind and might even be a straightforward enough task for a newcomer. |
There is a separate table |
Requirements
Is your proposal related to a problem?
Note: I am using "hesitated" here as a keyword to describe the behavior such as rejecting votes form specific instance (#5038). In effect I consider stopping votes as a signal of wariness towards that instance. So I feel the word fits. But if you prefer another word like "untrusted", it's also fine. I will just continue using for this request.
Currently the solution in #5038 is good, but it's a blunt instrument. I would like to extend the solution to instance admins have more fine control on how to interact with mistrusted instances.
Describe the solution you'd like.
I want to suggest extending the hesitated functionality with optional switches. I want to suggest 2 approaches, and you can choose whichever one you feel more feasible.
First of all, I would like to list the extra functionality that could be potentially enabled along with "vote blocking". My hope is that I would be able to choose not only whom I hesitate against, but also how.
These 5 new functionalities could help admins who want to retain more access to their user to the larger threadiverse, while also providing a reasonable protection towards new and more vulnerable members to avoid potentially triggering or shocking content.
Now, we ultimately have 6 feature switches on the hesitated list. I don't want to maintain 6 different instance lists. Instead I want to suggest having each of these as a boolean. The question is how to apply them.
Describe alternatives you've considered.
As I mentioned in the suggestion, some of these can be handled by the frontends, parsing the blocked vote instances list (is it public btw?) and then applying extra filtering such as hiding comments or DMs, but I want to have a way for the instance admin to make default decisions for everyone as this is a protective mechanism.
Nevertheless, even if you delegate this only on frontends, it would make sense to rename the "block votes" list to something more generic like "hesitated" or any other adjective.
Additional context
No response
The text was updated successfully, but these errors were encountered: