Skip to content

Commit

Permalink
🐛 fix - start Convos component when Sneer is waking up to receive an …
Browse files Browse the repository at this point in the history
…intent
felipebueno committed Jan 28, 2016
1 parent c7cc183 commit b2cf52c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/clojure/sneer/impl/CoreLoader.clj
Original file line number Diff line number Diff line change
@@ -13,7 +13,8 @@

(defn- start-components! [^Container container]
(mapv #(.produce container %) [sneer.contacts/handle
sneer.convos.Sessions])
sneer.convos.Sessions
sneer.convos.Convos])
(reify Startup))

(defn -load [_this component-handle container]

0 comments on commit b2cf52c

Please sign in to comment.