upd: remove event stream calls on import
This commit is contained in:
parent
a3fd51d6e0
commit
1a78ed400c
1 changed files with 0 additions and 4 deletions
|
@ -953,10 +953,6 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||||
// Pack the note
|
// Pack the note
|
||||||
const noteObj = await this.noteEntityService.pack(note, null, { skipHide: true, withReactionAndUserPairCache: true });
|
const noteObj = await this.noteEntityService.pack(note, null, { skipHide: true, withReactionAndUserPairCache: true });
|
||||||
|
|
||||||
this.globalEventService.publishNotesStream(noteObj);
|
|
||||||
|
|
||||||
this.roleService.addNoteToRoleTimeline(noteObj);
|
|
||||||
|
|
||||||
if (data.channel) {
|
if (data.channel) {
|
||||||
this.channelsRepository.increment({ id: data.channel.id }, 'notesCount', 1);
|
this.channelsRepository.increment({ id: data.channel.id }, 'notesCount', 1);
|
||||||
this.channelsRepository.update(data.channel.id, {
|
this.channelsRepository.update(data.channel.id, {
|
||||||
|
|
Loading…
Reference in a new issue