Add syncing notification to System Tab (#21314)
This commit is contained in:
parent
ca3720be0a
commit
b536d20713
|
@ -28,7 +28,8 @@
|
|||
|
||||
;; TODO: Replace with correct enum values once status-go implements them.
|
||||
(def ^:const tx 66612)
|
||||
(def ^:const system 66614)
|
||||
(def ^:const system
|
||||
#{new-installation-received new-installation-created})
|
||||
|
||||
(def ^:const membership
|
||||
"Membership is like a logical group of notifications with different types, i.e.
|
||||
|
|
Loading…
Reference in New Issue