utf8 over whisper
This commit is contained in:
parent
eb72ea776f
commit
6b78d9eee2
|
@ -9,8 +9,8 @@
|
||||||
[re-frame "0.6.0"]
|
[re-frame "0.6.0"]
|
||||||
[prismatic/schema "1.0.4"]
|
[prismatic/schema "1.0.4"]
|
||||||
^{:voom {:repo "https://github.com/status-im/status-lib.git"
|
^{:voom {:repo "https://github.com/status-im/status-lib.git"
|
||||||
:branch "syng-rename"}}
|
:branch "master"}}
|
||||||
[status-im/protocol "0.1.1-20160519_164302-g92930a0"]
|
[status-im/protocol "0.1.1-20160524_084524-gae39f36"]
|
||||||
[natal-shell "0.1.6"]
|
[natal-shell "0.1.6"]
|
||||||
[com.andrewmcveigh/cljs-time "0.4.0"]]
|
[com.andrewmcveigh/cljs-time "0.4.0"]]
|
||||||
:plugins [[lein-cljsbuild "1.1.1"]
|
:plugins [[lein-cljsbuild "1.1.1"]
|
||||||
|
|
|
@ -193,8 +193,7 @@
|
||||||
((enrich add-commands))
|
((enrich add-commands))
|
||||||
((enrich clear-input))
|
((enrich clear-input))
|
||||||
((enrich clear-staged-commands))
|
((enrich clear-staged-commands))
|
||||||
;; todo uncomment once
|
((after send-message!))
|
||||||
;((after send-message!))
|
|
||||||
((after save-message-to-realm!))
|
((after save-message-to-realm!))
|
||||||
((after save-commands-to-realm!))
|
((after save-commands-to-realm!))
|
||||||
((after handle-commands))))
|
((after handle-commands))))
|
||||||
|
|
Loading…
Reference in New Issue