Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world
perchance·Perchance - Create a Random Text GeneratorbySpiritwhisker

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.

View original on lemmy.world
5

2 replies

@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
        ...
2

You reached the end

Comments Suggestions Moderation (More) | Spyke