From 9756b3d6723e6df886ca5de634a2985b0c3ccefe Mon Sep 17 00:00:00 2001 From: CJ Eller Date: Mon, 30 Mar 2020 10:35:16 -0400 Subject: [PATCH 1/2] Added AP Mention documentation --- writer/federation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/writer/federation.md b/writer/federation.md index 415278d..c01e4f6 100644 --- a/writer/federation.md +++ b/writer/federation.md @@ -12,8 +12,12 @@ To follow your blog, open Mastodon, Pleroma, or your other favorite ActivityPub- ## Note about changing your username -If you change your username, a new fediverse handle will be created, and the previous fediverse handle will stop receiving new posts. Anyone who was following your previous fediverse handle will have to follow the new one in order to receive your most recent posts. +If you change your username, a new fediverse handle will be created. This means the previous fediverse handle will stop receiving new posts. Anyone who was following your previous fediverse handle will have to follow the new one in order to receive your most recent posts. ## Demo [Watch this video](https://video.writeas.org/videos/watch/cc55e615-d204-417c-9575-7b57674cc6f3) to see this feature in action. + +## ActivityPub Mentions + +With federation enabled, you can mention users of Mastodon, Pleroma, and other ActivityPub platforms from your blog. To mention someone, insert `@handle@their.instance` in a blog post. Once published, the fediverse user will see your post mentioning them in their notifications. From ff1ee1b788df04cd45c0680230c4f0732259f1fd Mon Sep 17 00:00:00 2001 From: CJ Eller <45696734+cjeller1592@users.noreply.github.com> Date: Wed, 22 Apr 2020 11:27:04 -0400 Subject: [PATCH 2/2] Remove notification line --- writer/federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writer/federation.md b/writer/federation.md index c01e4f6..1969278 100644 --- a/writer/federation.md +++ b/writer/federation.md @@ -20,4 +20,4 @@ If you change your username, a new fediverse handle will be created. This means ## ActivityPub Mentions -With federation enabled, you can mention users of Mastodon, Pleroma, and other ActivityPub platforms from your blog. To mention someone, insert `@handle@their.instance` in a blog post. Once published, the fediverse user will see your post mentioning them in their notifications. +With federation enabled, you can mention users of Mastodon, Pleroma, and other ActivityPub platforms from your blog. To mention someone, insert `@handle@their.instance` in a blog post.