Merge branch 'length-limit-bio' into 'develop'
[akkoma] / lib / pleroma / web / oauth.ex
index 44b83433e847e1bc6c15e31857324c7ba397cbe1..280cf28c03fb948478610d86b3cfd1f764aa7633 100644 (file)
@@ -3,9 +3,4 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.OAuth do
-  def parse_scopes(scopes) do
-    scopes
-    |> to_string()
-    |> String.split([" ", ","])
-  end
 end