From 570bb7ef73eae20380997dbfa2c4065d2db164d3 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sat, 24 Aug 2024 11:26:12 +0100 Subject: Change wiki links to new docs site. --- src/activitypub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/activitypub.js b/src/activitypub.js index 88e3768..d568231 100644 --- a/src/activitypub.js +++ b/src/activitypub.js @@ -127,7 +127,7 @@ export function createFeaturedPost( type: "Note", name: "Test", cc: "https://www.w3.org/ns/activitystreams#Public", - content: `

This is an event that was posted on ${siteName}. If you follow this account, you'll see updates in your timeline about the event. If your software supports polls, you should get a poll in your DMs asking if you want to RSVP. You can reply and RSVP right from there. If your software has an event calendar built in, you should get an event in your inbox that you can RSVP to like you respond to any event.

For more information on how to interact with this, check out this link.

`, + content: `

This is an event that was posted on ${siteName}. If you follow this account, you'll see updates in your timeline about the event. If your software supports polls, you should get a poll in your DMs asking if you want to RSVP. You can reply and RSVP right from there. If your software has an event calendar built in, you should get an event in your inbox that you can RSVP to like you respond to any event.

For more information on how to interact with this, check out this link.

`, attributedTo: `https://${domain}/${eventID}`, }; return featured; -- cgit v1.2.3