@rmdes/indiekit-endpoint-activitypub 3.5.7 → 3.5.8

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.
@@ -95,8 +95,8 @@ export function serializeAccount(actor, { baseUrl, isLocal = false, handle = ""
95
95
  url,
96
96
  display_name: displayName,
97
97
  note: sanitizeHtml(note),
98
- avatar: avatarUrl || `${baseUrl}/placeholder-avatar.png`,
99
- avatar_static: avatarUrl || `${baseUrl}/placeholder-avatar.png`,
98
+ avatar: avatarUrl || `${baseUrl}/images/default-avatar.svg`,
99
+ avatar_static: avatarUrl || `${baseUrl}/images/default-avatar.svg`,
100
100
  header: headerUrl || "",
101
101
  header_static: headerUrl || "",
102
102
  locked: actor.manuallyApprovesFollowers || false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-activitypub",
3
- "version": "3.5.7",
3
+ "version": "3.5.8",
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",