Merge branch 'assistant' into assistant-longpolling-rewrite
This commit is contained in:
commit
9b1ed7a720
2 changed files with 0 additions and 9 deletions
|
@ -174,13 +174,6 @@ activityAlert header message = baseActivityAlert
|
|||
startupScanAlert :: Alert
|
||||
startupScanAlert = activityAlert Nothing "Performing startup scan"
|
||||
|
||||
runningAlert :: Alert
|
||||
runningAlert = baseActivityAlert
|
||||
{ alertClass = Success
|
||||
, alertMessage = StringAlert "Running"
|
||||
, alertPriority = Pinned
|
||||
}
|
||||
|
||||
pushAlert :: [Remote] -> Alert
|
||||
pushAlert rs = activityAlert Nothing $
|
||||
"Syncing with " ++ unwords (map Remote.name rs)
|
||||
|
|
|
@ -87,8 +87,6 @@ startupScan st dstatus scanner = do
|
|||
modifyDaemonStatus_ dstatus $ \s -> s { scanComplete = True }
|
||||
|
||||
return (True, r)
|
||||
|
||||
void $ addAlert dstatus runningAlert
|
||||
|
||||
return r
|
||||
|
||||
|
|
Loading…
Reference in a new issue