From fc87aad5a605bc3d1a79e86a7399a6c67770cf1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sat, 9 Apr 2022 11:32:34 +0300 Subject: [PATCH] Update rights.md --- docs/api/rights.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/rights.md b/docs/api/rights.md index 49aa228..ed43758 100644 --- a/docs/api/rights.md +++ b/docs/api/rights.md @@ -5,6 +5,8 @@ User rights are instance-wide per-user permission toggle that affects instance-wide permissions of users, such as the ability to edit one's own messages. + !!! warn The default rights of a user is **no rights whatsoever**, make sure you grant users your desired set of rights. + | Right | Value | Grants when it's 1 | | ---------------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | `OPERATOR` | 1 << 0 | All rights |