isUserIgnored() is not available on mobile
This commit is contained in:
Vendored
+1
-1
@@ -2,6 +2,6 @@ import { type MetadataCache } from 'obsidian'
|
||||
|
||||
declare module 'obsidian' {
|
||||
interface MetadataCache {
|
||||
isUserIgnored(path:string):boolean
|
||||
isUserIgnored?(path: string): boolean
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user