aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-08-19 16:10:00 +0000
committerlain <lain@soykaf.club>2019-08-19 16:10:00 +0000
commite5d2c0c66949ad90f9ee02874bdea2aa94f7f683 (patch)
tree948ec474f599236f03186fd12ab30a489fe67cec /lib
parent222ac3bcbebe496ba8f0363adea40ef4fcf26886 (diff)
parent75a5dd41ee4a1c196487f4cf2759a4d63bc393ef (diff)
downloadpleroma-e5d2c0c66949ad90f9ee02874bdea2aa94f7f683.tar.gz
Merge branch 'tests/database-digest-tests' into 'develop'
Add more tests for Database tasks and DigestEmailWorker See merge request pleroma/pleroma!1577
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/digest_email_worker.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/digest_email_worker.ex b/lib/pleroma/digest_email_worker.ex
index 18e67d39b..5644d6a67 100644
--- a/lib/pleroma/digest_email_worker.ex
+++ b/lib/pleroma/digest_email_worker.ex
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
defmodule Pleroma.DigestEmailWorker do
import Ecto.Query