call NoteEntityService.hideNote from streaming API
This commit is contained in:
@@ -61,6 +61,7 @@ class GlobalTimelineChannel extends Channel {
|
||||
if (this.isNoteMutedOrBlocked(note)) return;
|
||||
|
||||
const clonedNote = await this.assignMyReaction(note);
|
||||
await this.hideNote(clonedNote);
|
||||
|
||||
this.connection.cacheNote(clonedNote);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user