Server specific statuses? (for moderation purposes)
-
This idea is problematic. 1) If there are difficulties asking someone to not use an inappropriate status, there might be larger concerns. 2) This is a client side feature, not a server one. ..and it would be difficult to implement to accomodate a single server. 0 -
@charitwo It's not that problematic that implement, and would actually be fairly simple. A much better way for them to implement this, would be allow specific servers to implement a "filter" for certain things. Custom Statuses being one of them. An example of a way to implement it, would be similar to a Right Click -> "Disable Custom Status", which would simply cause it to filter on the Guild's Member List, and opening their profile in said server. All it would take would be a single flag on Discord's backend to filter things out. A Javascript + JQuery variant would just be something like:
const guildMember = guild.member.get(user.id); if (!guildMember.customStatusDisabled) { $('.customStatus').show(); }0 -
I really do agree that this should be part of the moderation tool kit (even something like as "do not display custom statuses in server" could work rather than overwriting them yourself - although if you can change someone's display name as an admin/mod, the status as displayed in server may as well be far game too) because there's not a lot you can currently do about NSFW statuses in SFW servers without kicking the user if they don't change it, which sucks all around.
It also would mean if you're in a large number of servers you don't need to keep track of what's in line with the rules of ALL your servers.
0
Por favor, entrar para comentar.
Comentários
3 comentários