better note read handling
This commit is contained in:
parent
630464f38d
commit
667d58bad4
15 changed files with 109 additions and 66 deletions
|
|
@ -43,6 +43,8 @@ export default class extends Channel {
|
|||
// 流れてきたNoteがミュートしているユーザーが関わるものだったら無視する
|
||||
if (isMutedUserRelated(note, this.muting)) return;
|
||||
|
||||
this.connection.cacheNote(note);
|
||||
|
||||
this.send('note', note);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue