forked from FoundKeyGang/FoundKey
fix typo
Co-authored-by: mei23 <m@m544.net>
This commit is contained in:
parent
ffa86c1d76
commit
fcefeebca8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue