diff options
author | Sergey Suprunenko <suprunenko.s@gmail.com> | 2019-08-19 16:10:00 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-08-19 16:10:00 +0000 |
commit | 75a5dd41ee4a1c196487f4cf2759a4d63bc393ef (patch) | |
tree | 948ec474f599236f03186fd12ab30a489fe67cec /lib | |
parent | 222ac3bcbebe496ba8f0363adea40ef4fcf26886 (diff) | |
download | pleroma-75a5dd41ee4a1c196487f4cf2759a4d63bc393ef.tar.gz |
Add more tests for Database tasks and DigestEmailWorker
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/digest_email_worker.ex | 4 |
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 |