implement Move activities (#45)
authorsfr <sol@solfisher.com>
Mon, 4 Jul 2022 16:29:39 +0000 (16:29 +0000)
committerfloatingghost <hannah@coffee-and-dreams.uk>
Mon, 4 Jul 2022 16:29:39 +0000 (16:29 +0000)
commit058bf96798bb27b84bce1c46f7debd1561885454
tree1e432e1901e1455e792737e36c8955847f10aa3f
parent87bb417c994bede0cc155d1fe5a7decb807453f2
implement Move activities (#45)

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/45
Co-authored-by: sfr <sol@solfisher.com>
Co-committed-by: sfr <sol@solfisher.com>
15 files changed:
CHANGELOG.md
docs/development/API/pleroma_api.md
lib/pleroma/following_relationship.ex
lib/pleroma/user.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/api_spec/operations/twitter_util_operation.ex
lib/pleroma/web/router.ex
lib/pleroma/web/twitter_api/controllers/util_controller.ex
test/fixtures/tesla_mock/https___lm.kazv.moe_users_mewmew.xml [new file with mode: 0644]
test/fixtures/tesla_mock/lm.kazv.moe_host_meta [new file with mode: 0644]
test/fixtures/tesla_mock/mewmew@lm.kazv.moe.json [new file with mode: 0644]
test/pleroma/user_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/twitter_api/util_controller_test.exs
test/support/http_request_mock.ex