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
  • Loading branch information
felipebueno committed Jan 28, 2016
1 parent 7dae713 commit dc2cb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/clojure/sneer/impl/CoreLoader.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

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

(defn -load [_this component-handle container]
Expand Down

0 comments on commit dc2cb02

Please sign in to comment.