Comments Suggestions Moderation (More)

Hi. I just want to have some things to add to the comments plugin, that I can't code. I really want multiple admin passwords, each with their own admin flair, and each with things they can or can't do.

There is also some things I want, like the plugin with more customizable settings commands, like instead of a pop up, a cool list of many options.

5 points · 2 comments · view on lemmy.world

2 Comments

ccufcc@lemmy.world · 2 pts · 1y

Great 👍

VioneT@lemmy.world · 2 pts · 1y

@perchance pinging dev.

Role-based moderation could be nice. Maybe something like this:

commentsOptions
    // Default
    adminFlair = MOD
    adminPasswordHash = ...

    otherAdmins
        owner
            passwordHash = ...
            actions = all
            flair = owner
        mod
            passwordHash = ...
            actions = delete, something else
            flair = mod
        ...