diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-09 10:02:37 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-09 10:02:37 +0000 |
commit | 901204df2292419378a486a97fea9d3c70903a20 (patch) | |
tree | e7b2b68201819dce06079d4decfacaa4c8aa1043 /config | |
parent | 6384d7803520f633a66d1cb9f76e3540863f92fb (diff) | |
parent | 85d71d4f1d433a168eb136ad88b651b6c1d1a4fc (diff) | |
download | pleroma-901204df2292419378a486a97fea9d3c70903a20.tar.gz |
Merge branch 'poll-notification' into 'develop'
MastodonAPI: Support poll notification
See merge request pleroma/pleroma!3484
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index b50c910b1..828fe0085 100644 --- a/config/config.exs +++ b/config/config.exs @@ -560,6 +560,7 @@ config :pleroma, Oban, mailer: 10, transmogrifier: 20, scheduled_activities: 10, + poll_notifications: 10, background: 5, remote_fetcher: 2, attachments_cleanup: 1, |