Merge branch 'captcha' into 'develop'
[akkoma] / lib / pleroma / web / twitter_api / views / notification_view.ex
index f41edea0b3b55e58b5ad9d213128a3850f22ad52..d6a1c0a4d78e07a94446fed04744d6b8407944bb 100644 (file)
@@ -1,8 +1,11 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.TwitterAPI.NotificationView do
   use Pleroma.Web, :view
   alias Pleroma.{Notification, User}
   alias Pleroma.Web.CommonAPI.Utils
-  alias Pleroma.Web.MediaProxy
   alias Pleroma.Web.TwitterAPI.UserView
   alias Pleroma.Web.TwitterAPI.ActivityView