1
0

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