Fix for dropping posts/notifs in WS when mix task is executed
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Sat, 12 Dec 2020 14:30:08 +0000 (17:30 +0300)
committerMark Felder <feld@FreeBSD.org>
Mon, 14 Dec 2020 17:02:32 +0000 (11:02 -0600)
commitcebe3c7deff87ba24f43efcf50499c45d3b3e3f9
tree30a66e6e7077496a124848b7dc011155fb0e914e
parentf687befb93a9ad2c3dc61f47bdbb717cb1421ad5
Fix for dropping posts/notifs in WS when mix task is executed

- start oban in mix tasks with empty queues, plugins and crontab
- fix for update_users_following_followers_counts
- fix for removed logo.png
- typo in resend confirmation emails mix task docs
- fix for uploads mix task (start Majic.Pool)
- fix for creating user mix task (start :fast_html app)
15 files changed:
CHANGELOG.md
config/config.exs
config/description.exs
docs/administration/CLI_tasks/email.md
lib/mix/pleroma.ex
lib/mix/tasks/pleroma/database.ex
lib/pleroma/emails/user_email.ex
lib/pleroma/web/feed/feed_view.ex
lib/pleroma/web/templates/email/digest.html.eex
mix.exs
priv/static/images/logo.png [new file with mode: 0644]
test/mix/tasks/pleroma/database_test.exs
test/pleroma/web/feed/tag_controller_test.exs
test/pleroma/web/preload/providers/instance_test.exs
test/pleroma/workers/cron/new_users_digest_worker_test.exs