Add scheduler for sending scheduled activities to the queue
authoreugenijm <eugenijm@protonmail.com>
Wed, 3 Apr 2019 15:55:04 +0000 (18:55 +0300)
committereugenijm <eugenijm@protonmail.com>
Sat, 6 Apr 2019 20:56:29 +0000 (23:56 +0300)
commit2056efa714460faaf25f6bc03ab643f5a2e8cd3d
tree4fd0c8071e6f0da03ed59ca90344de0b710ba7c5
parentfc92a0fd8d5be0352f4791b79bda04960f36f707
Add scheduler for sending scheduled activities to the queue
13 files changed:
config/config.exs
config/test.exs
docs/config.md
lib/pleroma/application.ex
lib/pleroma/object.ex
lib/pleroma/scheduled_activity.ex
lib/pleroma/scheduled_activity_worker.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/views/scheduled_activity_view.ex
test/scheduled_activity_test.exs
test/scheduled_activity_worker_test.exs [new file with mode: 0644]
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/mastodon_api/scheduled_activity_view_test.exs