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
@@ -99,6 +99,7 @@ class HybridTimelineChannel extends Channel {
}
const clonedNote = await this.assignMyReaction(note);
await this.hideNote(clonedNote);
this.connection.cacheNote(clonedNote);