forked from mirrors/misskey
better note read handling
This commit is contained in:
@@ -27,6 +27,8 @@ export default class extends Channel {
|
||||
// 流れてきたNoteがミュートしているユーザーが関わるものだったら無視する
|
||||
if (isMutedUserRelated(note, this.muting)) return;
|
||||
|
||||
this.connection.cacheNote(note);
|
||||
|
||||
this.send('note', note);
|
||||
} else {
|
||||
this.send(type, body);
|
||||
|
||||
Reference in New Issue
Block a user