From 124b098c922184a7e9ad1df06921aac951e700af Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 19 Aug 2025 10:29:14 +0200 Subject: [PATCH] :fire: Remove already deprecated change spec --- common/src/app/common/files/changes.cljc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/common/src/app/common/files/changes.cljc b/common/src/app/common/files/changes.cljc index 344cf2c9a5..2ea75ada33 100644 --- a/common/src/app/common/files/changes.cljc +++ b/common/src/app/common/files/changes.cljc @@ -178,12 +178,6 @@ :title "Change" :decode/json #(update % :type keyword) ::smd/simplified true} - [:set-option - - ;; DEPRECATED: remove before 2.3 release - ;; - ;; Is still there for not cause error when event is received - [:map {:title "SetOptionChange"}]] [:set-comment-thread-position [:map @@ -549,11 +543,6 @@ #?(:clj (validate-shapes! data result items)) result)))) -;; DEPRECATED: remove after 2.3 release -(defmethod process-change :set-option - [data _] - data) - ;; --- Comment Threads (defmethod process-change :set-comment-thread-position