mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 12:05:48 +02:00
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