mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
refactor: separate og and db version (#12276)
separate og and new version apps remove file sync, tldraw, excalidraw and zotero
This commit is contained in:
@@ -98,7 +98,7 @@ extension URL {
|
||||
}
|
||||
|
||||
func shouldNotifyWithContent() -> Bool {
|
||||
let allowedPathExtensions: Set = ["md", "markdown", "org", "js", "edn", "css", "excalidraw"]
|
||||
let allowedPathExtensions: Set = ["md", "markdown", "org", "js", "edn", "css"]
|
||||
if allowedPathExtensions.contains(self.pathExtension.lowercased()) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user