diff --git a/project.clj b/project.clj index e18735e64d..c17fd71221 100644 --- a/project.clj +++ b/project.clj @@ -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"] diff --git a/src/status_im/chat/handlers.cljs b/src/status_im/chat/handlers.cljs index ec5bdf4a66..011749f25f 100644 --- a/src/status_im/chat/handlers.cljs +++ b/src/status_im/chat/handlers.cljs @@ -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))))