call NoteEntityService.hideNote from streaming API

This commit is contained in:
Hazelnoot 2025-02-25 20:55:24 -05:00
parent 30b2bfb184
commit 18f211e3bc
10 changed files with 22 additions and 1 deletions

View file

@ -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);