summaryrefslogtreecommitdiff
path: root/activitypub.js
diff options
context:
space:
mode:
authorDarius Kazemi <darius.kazemi@gmail.com>2020-01-06 21:47:38 -0800
committerDarius Kazemi <darius.kazemi@gmail.com>2020-01-06 21:47:38 -0800
commit9ff73b7a4c218fdd0c3fff7b7947ff8e965da4a9 (patch)
tree0c9a85d29e7a084dda0bb44cb880402266ce1c53 /activitypub.js
parent8029cfcd9221da9164d731ab3e7c20740f52fab7 (diff)
update wiki link
Diffstat (limited to 'activitypub.js')
-rw-r--r--activitypub.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.js b/activitypub.js
index 3d7fb10..7d9a903 100644
--- a/activitypub.js
+++ b/activitypub.js
@@ -75,7 +75,7 @@ function createFeaturedPost(eventID, name, startUTC, endUTC, timezone, descripti
"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}">${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">check out this link</a>.</p>`,
+ "content": `<p>This is an event that was posted on <a href="https://${domain}">${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>`,
'attributedTo': `https://${domain}/${eventID}`,
}
return featured;