remove no-op Connection.cachedNotes and Connection.cacheNote
This commit is contained in:
@@ -63,8 +63,6 @@ class GlobalTimelineChannel 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