parent
878cd18144
commit
ee5720df2c
3 changed files with 31 additions and 3 deletions
|
@ -240,7 +240,9 @@ export default async (user: User, data: Option, silent = false) => new Promise<N
|
|||
(noteObj as any).isFirstNote = true;
|
||||
}
|
||||
|
||||
publishNotesStream(noteObj);
|
||||
if (!silent) {
|
||||
publishNotesStream(noteObj);
|
||||
}
|
||||
|
||||
const nm = new NotificationManager(user, note);
|
||||
const nmRelatedPromises = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue