call NoteEntityService.hideNote from streaming API
This commit is contained in:
@@ -49,6 +49,7 @@ class RoleTimelineChannel 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