Added get_stripped_html_for_object. Renamed a few things
[akkoma] / lib / pleroma / web / mastodon_api / views / mastodon_view.ex
index 370fad374619cce36b0adea6bc81ceab35ee5a35..a3adabc5076adb170d32db30a34c6499c61f108c 100644 (file)
@@ -1,5 +1,8 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.MastodonAPI.MastodonView do
   use Pleroma.Web, :view
   import Phoenix.HTML
-  import Phoenix.HTML.Form
 end