Skip to content

Commit

Permalink
Super initial code work
Browse files Browse the repository at this point in the history
I found https://github.com/status-im/status-react/pull/11650/files so I'm using this as a template ... We'll see how I go I don't actually know what most of this code does
  • Loading branch information
Samyoul committed Feb 18, 2021
1 parent 9648f74 commit ce64d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/status_im/constants.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
(def ^:const command-state-transaction-pending 6)
(def ^:const command-state-transaction-sent 7)

(def ^:const profile-pictures-show-to-contacts-only 1)
(def ^:const profile-pictures-show-to-everyone 2)
(def ^:const profile-pictures-show-to-none 3)

(def ^:const profile-pictures-visibility-contacts-only 1)
(def ^:const profile-pictures-visibility-everyone 2)
(def ^:const profile-pictures-visibility-none 3)
Expand Down

0 comments on commit ce64d2c

Please sign in to comment.