diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-12-07 21:30:37 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-12-07 21:30:37 +0300 |
commit | 572e03c0cc019cfebe06e834b762ab37af19e340 (patch) | |
tree | 07de23e6668775be55390b198e62abac1a7b694c /config/config.exs | |
parent | ed76323776f2506cfefbe78c369fdb7ccfe3b650 (diff) | |
download | pleroma-issue/2315-poll-notify.tar.gz |
added 'ClosePoll' activityissue/2315-poll-notify
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index f7455cf97..2d93cd0dd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -553,7 +553,8 @@ config :pleroma, Oban, remote_fetcher: 2, attachments_cleanup: 5, new_users_digest: 1, - mute_expire: 5 + mute_expire: 5, + poll_expiration_notify: 1 ], plugins: [Oban.Plugins.Pruner], crontab: [ |