NotesStreamに流す新規ノートは匿名でpackするように (MisskeyIO#187)
MisskeyIO#134 の不具合修正
This commit is contained in:
parent
6ae8e47d75
commit
bcda871818
|
@ -552,7 +552,7 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pack the note
|
// Pack the note
|
||||||
const noteObj = await this.noteEntityService.pack(note, user);
|
const noteObj = await this.noteEntityService.pack(note, null);
|
||||||
|
|
||||||
this.globalEventService.publishNotesStream(noteObj);
|
this.globalEventService.publishNotesStream(noteObj);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue