Release 2023-07-13T12:37

This commit is contained in:
Robert C. Martin 2023-07-13 12:38:32 -05:00
parent fb23b4f841
commit 901fa11180
2 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@
(def read-contact-lists-days-ago 0.5)
(def migration-level 11)
(def version "2023-05-23T09:23")
(def version "2023-07-13T12:37")
(def kinds-not-to-validate [7])

View File

@ -10,7 +10,8 @@
[more-speech.types.tabs-window :as tabs-window-type]
[more-speech.types.user-window :as user-window-type]
[more-speech.types.zaps :as zaps-type])
(:import (javax.swing JFrame)
(:import (clojure.core.async.impl.channels ManyToManyChannel)
(javax.swing JFrame)
(javax.swing.tree DefaultMutableTreeNode)))
@ -41,7 +42,7 @@
(s/def ::frame #(instance? JFrame %)) ;The main frame
(s/def ::selected-event ::id) ;The id of the currently selected event
(s/def ::selected-tab ::tab-index) ;index of the selected tab within :tabs-list
(s/def ::send-chan #(= clojure.core.async.impl.channels.ManyToManyChannel (type %)))
(s/def ::send-chan #(= ManyToManyChannel (type %)))
(s/def ::incoming-events int?) ;number of events processed since startup.
;count of events received from a given relay.