From eb8effb4b138c7b3fea3f8148810b43d79588a69 Mon Sep 17 00:00:00 2001 From: Lili Date: Mon, 26 Sep 2022 16:59:32 +0200 Subject: [PATCH] update readme: administrative permission --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9e010c..2baf1f1 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,9 @@ In Owncast, navigate to the admin interface at `/admin`, and then go to Integrations. ### Access Token In Access Tokens, generate an Access Token to put in -`instance/config.py`. At the moment, the only permission the Access Token needs -is sending messages, the bot doesn't perform any administrative actions. +`instance/config.py`. The both needs both the "send chat messages" and "perform administrative actions" +permissions, since getting the list of all connected chat users is an administrator-only +action. ### Webhook In webhooks, create a Webhook, and point it at your bot's URL with `/owncastWebhook` added.