refactor: Rename function
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user