diff options
author | Ilja <ilja@ilja.space> | 2022-05-28 09:43:57 +0200 |
---|---|---|
committer | Ilja <ilja@ilja.space> | 2022-06-21 12:10:27 +0200 |
commit | 3f26f1b30fe605635e3faf610f813f3ae3ad43ec (patch) | |
tree | 8f574a2c31d64bcfc6ed2b7da22c05d17f1f14a3 /config/config.exs | |
parent | 14e697a64fe2613649634d46a71acf4d9a7d7bd6 (diff) | |
download | pleroma-3f26f1b30fe605635e3faf610f813f3ae3ad43ec.tar.gz pleroma-3f26f1b30fe605635e3faf610f813f3ae3ad43ec.zip |
Add privileges for :report_handle
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index a0c18c75a..6fd7044e3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -262,7 +262,8 @@ config :pleroma, :instance, :statuses_read, :user_tag, :user_activation, - :user_invite + :user_invite, + :report_handle ], moderator_privileges: [], max_endorsed_users: 20, |