From e6656d3d37b54bf56fdbce997ea8cfc70d355a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tantek=20=C3=87elik?= Date: Thu, 7 Dec 2023 03:08:44 -0800 Subject: [PATCH] fix "ActivityPub" format mention to be AS 2.0 (#1202) There is no "ActivityPub JSON format", ActivityPub uses the Activity Streams 2.0 format https://www.w3.org/TR/activitystreams-core/. --- content/en/user/moving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user/moving.md b/content/en/user/moving.md index b27c5ef6..b2a73ef5 100644 --- a/content/en/user/moving.md +++ b/content/en/user/moving.md @@ -13,7 +13,7 @@ menu: At any time you want, you can go to Settings > Export and download a CSV file for your current followed accounts, your currently created lists, your currently blocked accounts, your currently muted accounts, and your currently blocked domains. Your following, blocking, muting, and domain-blocking lists can be imported at Settings > Import, where they can either be merged or overwritten. -Requesting an archive of your posts and media can be done once every 7 days, and can be downloaded in ActivityPub JSON format. Mastodon currently does not support importing posts or media due to technical limitations, but your archive can be viewed by any software that understands how to parse ActivityPub documents. +Requesting an archive of your posts and media can be done once every 7 days, and can be downloaded in Activity Streams 2.0 JSON format. Mastodon currently does not support importing posts or media due to technical limitations, but your archive can be viewed by any software that understands how to parse Activity Streams 2.0 documents. ## Redirecting or moving your profile {#migration}