This commit is contained in:
syuilo 2023-10-14 18:34:58 +09:00
parent d7dfcb26d5
commit 7b69f8367a
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ export class NoteCreateService implements OnApplicationShutdown {
}
// Pack the note
const noteObj = await this.noteEntityService.pack(note);
const noteObj = await this.noteEntityService.pack(note, null, { skipHide: true });
this.globalEventService.publishNotesStream(noteObj);