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?

  • indiealexh@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months 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