From d03577987ed2fe20789419318244028a5183614f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 15 Nov 2023 13:38:57 +0100 Subject: [PATCH] :sparkles: Ignore recent colors on importing a library --- backend/src/app/rpc/commands/binfile.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/app/rpc/commands/binfile.clj b/backend/src/app/rpc/commands/binfile.clj index 852516ebf..83f5e554a 100644 --- a/backend/src/app/rpc/commands/binfile.clj +++ b/backend/src/app/rpc/commands/binfile.clj @@ -731,6 +731,7 @@ (assoc :modified-at timestamp) (update :data (fn [data] (-> data + (dissoc :recent-colors) (assoc :id file-id') (cond-> (> (:version data) cfd/version) (assoc :version cfd/version))