mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 14:26:12 +02:00
✨ Notify library updates when really needed
This commit is contained in:
parent
568338ad68
commit
8a42a53522
32 changed files with 373 additions and 195 deletions
|
@ -78,8 +78,7 @@
|
|||
(defn- library-change?
|
||||
[{:keys [type] :as change}]
|
||||
(or (contains? library-change-types type)
|
||||
(and (contains? file-change-types type)
|
||||
(some? (:component-id change)))))
|
||||
(contains? file-change-types type)))
|
||||
|
||||
(def ^:private sql:get-file
|
||||
"SELECT f.*, p.team_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue