summaryrefslogtreecommitdiff
path: root/src/activitypub.js
diff options
context:
space:
mode:
authorAndy Piper <andypiper@users.noreply.github.com>2024-08-24 11:26:12 +0100
committerAndy Piper <andypiper@users.noreply.github.com>2024-08-24 11:26:12 +0100
commit570bb7ef73eae20380997dbfa2c4065d2db164d3 (patch)
tree4e1025d2de5213f697872660294c1aea35f8ea4c /src/activitypub.js
parentf150caff7e3846ca2ff3d279f966c6e439541235 (diff)
Change wiki links to new docs site.
Diffstat (limited to 'src/activitypub.js')
-rw-r--r--src/activitypub.js2
1 files changed, 1 insertions, 1 deletions
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: `<p>This is an event that was posted on <a href="https://${domain}/${eventID}">${siteName}</a>. 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.</p><p>For more information on how to interact with this, <a href="https://github.com/lowercasename/gathio/wiki/Fediverse-Instructions">check out this link</a>.</p>`,
+ content: `<p>This is an event that was posted on <a href="https://${domain}/${eventID}">${siteName}</a>. 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.</p><p>For more information on how to interact with this, <a href="https://docs.gath.io/using-gathio/fediverse/">check out this link</a>.</p>`,
attributedTo: `https://${domain}/${eventID}`,
};
return featured;