This commit is contained in:
Joey Hess 2012-07-28 21:56:37 -04:00
parent 238641261c
commit ff9aeda585

View file

@ -39,7 +39,7 @@ that route got it and was able to use it:
{- Block until there is an updated status to display. -}
b <- liftIO $ getNotificationBroadcaster webapp
liftIO $ waitNotification $ notificationHandleFromId b nid
""]]
"""]]
And now the WebApp is able to display transfers in realtime!
When I have both the WebApp and `git annex get` running on the same screen,