this post was submitted on 26 Oct 2023
1 points (100.0% liked)

Mastodon

23 readers
1 users here now

Mastodon is

Helpful links

Registrations for 'mastodon.social' are often closed, but you can learn more about Mastodon and register with another instance at joinmastodon.org. It doesn't matter which instance you register on - you can still follow anyone on any instance.

If you are looking for service providers that can host and manage an instance for you:

founded 1 year ago
MODERATORS
 

I am setting up a private instance for people in a small town. I need to accommodate individuals with mental health needs and this is the most important requirement for this project.

I need the option to restrict some members from posting toots or only allow their toots after they have been reviewed and approved by moderators.

Limiting or silencing their account doesn't help because their followers can still see their posts and some posts could cause distress to others.

I can't suspend accounts because of the mental health implications it could have if I prevent them from being part of the community.

Is there an easy way to accomplish this?

top 4 comments
sorted by: hot top controversial new old
[–] indiealexh@alien.top 1 points 1 year ago

Easiest way I can think of is to build a custom client and a thin moderation queue later that sits on top of the mastodon API.

Likely is a better way but that's what I can think of.

Custom client -> moderation queue api -> mastodon api

[–] the68thdimension@alien.top 1 points 1 year ago (1 children)

If they're that vulnerable, maybe exposing them to an open microblogging platform isn't the best idea?

Yeah this is my first thought.

[–] Ivrezul@alien.top 1 points 1 year ago

Zero. You would have to code your own moderation system into mastodon because there is zero control on specific posts in mastodon because it is designed to be open and free.

You'd be better served with something like Buddypress since it has built in post moderation as a part of WordPress. There is an activity pub plugin in WordPress granted I haven't managed to get it to work with Mastodon yet.