NotesStreamに流す新規ノートは匿名でpackするように (MisskeyIO#187)

MisskeyIO#134 の不具合修正
This commit is contained in:
まっちゃとーにゅ 2023-10-19 06:18:36 +09:00 committed by GitHub
parent 6ae8e47d75
commit bcda871818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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