QR DataBoard also needs $.forceSync

This commit is contained in:
ccd0 2014-12-16 22:52:37 -08:00
parent a933928b68
commit be62c73633

View File

@ -154,6 +154,7 @@ ThreadWatcher =
fetchAllStatus: ->
ThreadWatcher.db.forceSync()
ThreadWatcher.unreaddb.forceSync()
QR.db?.forceSync()
return unless (threads = ThreadWatcher.getAll()).length
for thread in threads
ThreadWatcher.fetchStatus thread