diff --git a/packages/backend/src/services/note/create.ts b/packages/backend/src/services/note/create.ts index 5259a57c0..96ce57b6a 100644 --- a/packages/backend/src/services/note/create.ts +++ b/packages/backend/src/services/note/create.ts @@ -450,7 +450,9 @@ export default async ( } } - publishNotesStream(note); + if (!dontFederateInitially) { + publishNotesStream(note); + } if (note.replyId != null) { // Only provide the reply note id here as the recipient may not be authorized to see the note. publishNoteStream(note.replyId, "replied", {