call NoteEntityService.hideNote from streaming API
This commit is contained in:
parent
30b2bfb184
commit
18f211e3bc
10 changed files with 22 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ class BubbleTimelineChannel extends Channel {
|
|||
if (this.isNoteMutedOrBlocked(note)) return;
|
||||
|
||||
const clonedNote = await this.assignMyReaction(note);
|
||||
await this.hideNote(clonedNote);
|
||||
|
||||
this.connection.cacheNote(clonedNote);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue