Merge remote-tracking branch 'upstream/develop' into linkify
[akkoma] / lib / pleroma / web / oauth.ex
index 44b83433e847e1bc6c15e31857324c7ba397cbe1..2f1b8708d54af29210c1b2fd1d8578058531181a 100644 (file)
@@ -1,11 +1,6 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.OAuth do
-  def parse_scopes(scopes) do
-    scopes
-    |> to_string()
-    |> String.split([" ", ","])
-  end
 end