1
0

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
@@ -51,8 +51,6 @@ class RoleTimelineChannel extends Channel {
const clonedNote = await this.assignMyReaction(note);
await this.hideNote(clonedNote);
this.connection.cacheNote(clonedNote);
this.send('note', clonedNote);
} else {
this.send(data.type, data.body);