diff options
author | lain <lain@soykaf.club> | 2020-05-20 14:02:40 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-20 14:02:40 +0200 |
commit | c7cdc553ff9bd7a068274d9b4b71008d9df04723 (patch) | |
tree | 7b66d6b01ea9d0e82ec2b594e4549397230ce145 /lib/pleroma/web/oauth/token/clean_worker.ex | |
parent | 0d5bce018df9c99c771daaaa1de3ab0efc0cba5c (diff) | |
parent | 423ea497bb2a7225f4f0d0e1ebff93466b3ec124 (diff) | |
download | pleroma-c7cdc553ff9bd7a068274d9b4b71008d9df04723.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into announce-validator
Diffstat (limited to 'lib/pleroma/web/oauth/token/clean_worker.ex')
-rw-r--r-- | lib/pleroma/web/oauth/token/clean_worker.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/oauth/token/clean_worker.ex b/lib/pleroma/web/oauth/token/clean_worker.ex index 2c3bb9ded..e3aa4eb7e 100644 --- a/lib/pleroma/web/oauth/token/clean_worker.ex +++ b/lib/pleroma/web/oauth/token/clean_worker.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.OAuth.Token.CleanWorker do |