diff --git a/src/widgets.py b/src/widgets.py index 483d480..7634280 100644 --- a/src/widgets.py +++ b/src/widgets.py @@ -129,7 +129,7 @@ class LoginPage(Gtk.Box): client_id = "1PiUzxfX_CQxKvtz93lUzPX9-FMtz-va" redirect_uri = "urn:ietf:wg:oauth:2.0:oob" - scope = "basic,stream,write_post,follow,presence,messages,files,polls" + scope = "basic,stream,write_post,follow,presence,messages:io.pnut.core.chat,messages:io.pnut.core.pm,files:squeak.thrrgilag,polls" uri = "https://pnut.io/oauth/authenticate" uri += "?client_id=" + client_id