remove no-op Connection.cachedNotes and Connection.cacheNote
This commit is contained in:
parent
3455223fec
commit
2e2ae21a09
12 changed files with 0 additions and 43 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue