merge: upstream

This commit is contained in:
Mar0xy 2023-10-15 23:36:38 +02:00
commit ca428977a5
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
11 changed files with 66 additions and 116 deletions

View file

@ -578,7 +578,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);