Merge branch 'hotfix/delete-activities' into 'develop'
[akkoma] / lib / pleroma / web / controller_helper.ex
index 5915ea40e76730ceaa8bb233b29ced4939312fca..4d6192db03edb5f63eb8bbbc66078c0cb20d5792 100644 (file)
@@ -6,7 +6,8 @@ defmodule Pleroma.Web.ControllerHelper do
   use Pleroma.Web, :controller
 
   def oauth_scopes(params, default) do
-    # Note: `scopes` is used by Mastodon — supporting it but sticking to OAuth's standard `scope` wherever we control it
+    # Note: `scopes` is used by Mastodon — supporting it but sticking to
+    # OAuth's standard `scope` wherever we control it
     Pleroma.Web.OAuth.parse_scopes(params["scope"] || params["scopes"], default)
   end