diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-27 00:50:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-27 00:50:14 -0400 |
commit | e359a06cf6f422660e1c05e6f50a812d41c535c9 (patch) | |
tree | 5e1ee6dd4902df89edcf85c820b306fe38565549 /Assistant.hs | |
parent | ce5b38aa1dbd1e320c5247d95344e373bf03e7cf (diff) |
(re)start XMPP when it's configured in the webapp
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 2 |
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 |