forked from mirrors/misskey
chore(backend): remove unused codes
This commit is contained in:
@@ -43,8 +43,6 @@ class AntennaChannel extends Channel {
|
||||
|
||||
if (this.isNoteMutedOrBlocked(note)) return;
|
||||
|
||||
this.connection.cacheNote(note);
|
||||
|
||||
this.send('note', note);
|
||||
} else {
|
||||
this.send(data.type, data.body);
|
||||
|
||||
Reference in New Issue
Block a user