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?

you are viewing a single comment's thread
view the rest of the comments
[–] 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