remove no-op Connection.cachedNotes and Connection.cacheNote

This commit is contained in:
Hazelnoot 2025-04-01 12:28:16 -04:00
parent 3455223fec
commit 2e2ae21a09
12 changed files with 0 additions and 43 deletions

View file

@ -66,8 +66,6 @@ class BubbleTimelineChannel extends Channel {
const clonedNote = await this.assignMyReaction(note);
await this.hideNote(clonedNote);
this.connection.cacheNote(clonedNote);
this.send('note', clonedNote);
}