Merge remote-tracking branch 'remotes/origin/develop' into follow-request-notifications
[akkoma] / lib / pleroma / web / api_spec.ex
index d11e776d08bd3d2c84fff5f4ea5ec9566dfb0658..b3c1e3ea24e7a403b4202893e0f96a3330f0b561 100644 (file)
@@ -39,7 +39,7 @@ defmodule Pleroma.Web.ApiSpec do
               password: %OpenApiSpex.OAuthFlow{
                 authorizationUrl: "/oauth/authorize",
                 tokenUrl: "/oauth/token",
-                scopes: %{"read" => "read", "write" => "write"}
+                scopes: %{"read" => "read", "write" => "write", "follow" => "follow"}
               }
             }
           }