diff --git a/packages/server/src/routes/federation.ts b/packages/server/src/routes/federation.ts index 75448cee..36e44495 100644 --- a/packages/server/src/routes/federation.ts +++ b/packages/server/src/routes/federation.ts @@ -1053,7 +1053,7 @@ function processCreateEvent( width: attachment.width ?? null, height: attachment.height ?? null, duration: attachment.duration ?? null, - thumbnailFilename: attachment.thumbnailFilename ?? null, + thumbnailFilename: null, // Don't copy source thumbnail — it doesn't exist locally sourceUrl: attachment.sourceUrl, createdAt: now, })