Skip to content
Snippets Groups Projects
Unverified Commit 66b27bdc authored by Johann150's avatar Johann150
Browse files

fix typo


Co-authored-by: default avatarmei23 <m@m544.net>
parent 649bb672
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ export default class extends Channel {
}
// 流れてきたNoteがミュートしているユーザーが関わるものだったら無視する
if (iUserRelated(note, this.muting)) return;
if (isUserRelated(note, this.muting)) return;
// 流れてきたNoteがブロックされているユーザーが関わるものだったら無視する
if (isUserRelated(note, this.blocking)) return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment