diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-07-17 20:35:35 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-17 22:19:38 -0500 |
commit | 0114754db2d9dde25b31729644f898f20121de27 (patch) | |
tree | 72c5f8bf0890ebbcf2f7876db99e1308b28689f9 /config | |
parent | b221d77a6da07c684bdbc63ddf4500e0d7ffeae8 (diff) | |
download | pleroma-0114754db2d9dde25b31729644f898f20121de27.tar.gz |
MastodonAPI: Support poll notification
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 66aee3264..e58dafa74 100644 --- a/config/config.exs +++ b/config/config.exs @@ -552,6 +552,7 @@ config :pleroma, Oban, mailer: 10, transmogrifier: 20, scheduled_activities: 10, + poll_notifications: 10, background: 5, remote_fetcher: 2, attachments_cleanup: 1, |