remove no-op Connection.cachedNotes and Connection.cacheNote
This commit is contained in:
@@ -101,8 +101,6 @@ class HybridTimelineChannel extends Channel {
|
||||
const clonedNote = await this.assignMyReaction(note);
|
||||
await this.hideNote(clonedNote);
|
||||
|
||||
this.connection.cacheNote(clonedNote);
|
||||
|
||||
this.send('note', clonedNote);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user