Add syncing notification to System Tab (#21314)

This commit is contained in:
Parvesh Monu 2024-10-03 07:11:10 +05:30 committed by GitHub
parent ca3720be0a
commit b536d20713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
;; TODO: Replace with correct enum values once status-go implements them. ;; TODO: Replace with correct enum values once status-go implements them.
(def ^:const tx 66612) (def ^:const tx 66612)
(def ^:const system 66614) (def ^:const system
#{new-installation-received new-installation-created})
(def ^:const membership (def ^:const membership
"Membership is like a logical group of notifications with different types, i.e. "Membership is like a logical group of notifications with different types, i.e.