diff --git a/lib/mastodon/entities/account.js b/lib/mastodon/entities/account.js index a6adfbb..425f48f 100644 --- a/lib/mastodon/entities/account.js +++ b/lib/mastodon/entities/account.js @@ -95,8 +95,8 @@ export function serializeAccount(actor, { baseUrl, isLocal = false, handle = "" url, display_name: displayName, note: sanitizeHtml(note), - avatar: avatarUrl || `${baseUrl}/placeholder-avatar.png`, - avatar_static: avatarUrl || `${baseUrl}/placeholder-avatar.png`, + avatar: avatarUrl || `${baseUrl}/images/default-avatar.svg`, + avatar_static: avatarUrl || `${baseUrl}/images/default-avatar.svg`, header: headerUrl || "", header_static: headerUrl || "", locked: actor.manuallyApprovesFollowers || false, diff --git a/package.json b/package.json index efa224c..14dab21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmdes/indiekit-endpoint-activitypub", - "version": "3.5.7", + "version": "3.5.8", "description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.", "keywords": [ "indiekit",