Merge pull request #97 from status-im/utf8-hex

utf8 over whisper

Former-commit-id: 9a8a5e0ddd
This commit is contained in:
Jarrad 2016-05-24 12:58:52 +02:00
commit 91bdb515a7
2 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,8 @@
[re-frame "0.6.0"]
[prismatic/schema "1.0.4"]
^{:voom {:repo "https://github.com/status-im/status-lib.git"
:branch "syng-rename"}}
[status-im/protocol "0.1.1-20160519_164302-g92930a0"]
:branch "master"}}
[status-im/protocol "0.1.1-20160524_084524-gae39f36"]
[natal-shell "0.1.6"]
[com.andrewmcveigh/cljs-time "0.4.0"]]
:plugins [[lein-cljsbuild "1.1.1"]

View File

@ -193,8 +193,7 @@
((enrich add-commands))
((enrich clear-input))
((enrich clear-staged-commands))
;; todo uncomment once
;((after send-message!))
((after send-message!))
((after save-message-to-realm!))
((after save-commands-to-realm!))
((after handle-commands))))