Extract scheduled statuses actions from `MastodonAPIController` to `ScheduledActivity...
authorEgor Kislitsyn <egor@kislitsyn.com>
Fri, 27 Sep 2019 06:35:45 +0000 (13:35 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Fri, 27 Sep 2019 06:36:28 +0000 (13:36 +0700)
commit0a5b106ddd333f2dec2b62badeca98e6091ba805
tree508af4d852f81289945006a6977d88223875b089
parenta83c116df7527b9ae05b73f5ec5da69c0f123e04
Extract scheduled statuses actions from `MastodonAPIController` to `ScheduledActivityController`
lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/controllers/scheduled_activity_controller.ex [new file with mode: 0644]
lib/pleroma/web/router.ex
test/web/mastodon_api/controllers/scheduled_activity_controller_test.exs [new file with mode: 0644]
test/web/mastodon_api/controllers/status_controller_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs