Fix Twitter timelines for private instances
[akkoma] / lib / pleroma / notification.ex
index 47578d60e04717c81794aa4ed3feb604837e59c0..b5aadfd17eee840293be7fffeb0f326b01ec5bd8 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Notification do
   use Ecto.Schema
   alias Pleroma.{User, Activity, Notification, Repo, Object}