@rmdes/indiekit-endpoint-activitypub 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,7 +208,7 @@ export function submitComposeController(mountPath, plugin) {
208
208
  id: new URL(noteId),
209
209
  attribution: actorUri,
210
210
  content: content.trim(),
211
- inReplyTo: inReplyTo ? new URL(inReplyTo) : undefined,
211
+ replyTarget: inReplyTo ? new URL(inReplyTo) : undefined,
212
212
  published: Temporal.Now.instant(),
213
213
  to: publicAddress,
214
214
  cc: followersUri,
package/lib/jf2-to-as2.js CHANGED
@@ -215,7 +215,7 @@ export function jf2ToAS2Activity(properties, actorUrl, publicationUrl, options =
215
215
  }
216
216
 
217
217
  if (properties["in-reply-to"]) {
218
- noteOptions.inReplyTo = new URL(properties["in-reply-to"]);
218
+ noteOptions.replyTarget = new URL(properties["in-reply-to"]);
219
219
  }
220
220
 
221
221
  // Attachments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-activitypub",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
5
5
  "keywords": [
6
6
  "indiekit",