refactor: Rename function
This commit is contained in:
parent
0efa969a15
commit
a8adc46f3b
9 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
export default function(note: any, mutedUserIds: string[]): boolean {
|
||||
export function isMutedUserRelated(note: any, mutedUserIds: string[]): boolean {
|
||||
if (mutedUserIds.includes(note.userId)) {
|
||||
return true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue