🔥 Remove already deprecated change spec

This commit is contained in:
Andrey Antukh 2025-08-19 10:29:14 +02:00
parent 79ad322809
commit cc41fb569d

View File

@ -177,12 +177,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
@ -548,11 +542,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