From aa26294c303846f4022a8750a148863646c9fdde Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Mar 2013 16:19:42 -0400 Subject: webapp: Improved alerts displayed when syncing with remotes, and when syncing with a remote fails. --- Assistant/Threads/XMPPClient.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant/Threads/XMPPClient.hs') diff --git a/Assistant/Threads/XMPPClient.hs b/Assistant/Threads/XMPPClient.hs index 79bb33b0e..1242c1d74 100644 --- a/Assistant/Threads/XMPPClient.hs +++ b/Assistant/Threads/XMPPClient.hs @@ -256,7 +256,7 @@ pull us = do pullone [] _ = noop pullone (r:rs) branch = - unlessM (all id . fst <$> manualPull branch [r]) $ + unlessM (null . fst <$> manualPull branch [r]) $ pullone rs branch pairMsgReceived :: UrlRenderer -> PairStage -> UUID -> JID -> JID -> Assistant () -- cgit v1.2.3