summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-27 00:50:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-27 00:50:14 -0400
commite359a06cf6f422660e1c05e6f50a812d41c535c9 (patch)
tree5e1ee6dd4902df89edcf85c820b306fe38565549 /Assistant.hs
parentce5b38aa1dbd1e320c5247d95344e373bf03e7cf (diff)
(re)start XMPP when it's configured in the webapp
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index c091f5905..6da565b5e 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -197,7 +197,7 @@ startAssistant assistant daemonize webappwaiter = withThreadState $ \st -> do
mapM_ (startthread dstatus)
[ watch $ commitThread st changechan commitchan transferqueue dstatus
#ifdef WITH_WEBAPP
- , assist $ webAppThread (Just st) dstatus scanremotes transferqueue transferslots urlrenderer Nothing webappwaiter
+ , assist $ webAppThread (Just st) dstatus scanremotes transferqueue transferslots pushnotifier urlrenderer Nothing webappwaiter
#ifdef WITH_PAIRING
, assist $ pairListenerThread st dstatus scanremotes urlrenderer
#endif