Thread watcher refresh also needs fresh Unread data.
This commit is contained in:
parent
a75fdc32c4
commit
78805b0f12
@ -116,6 +116,7 @@ ThreadWatcher =
|
|||||||
fetching: 0
|
fetching: 0
|
||||||
fetchAllStatus: ->
|
fetchAllStatus: ->
|
||||||
ThreadWatcher.db.forceSync()
|
ThreadWatcher.db.forceSync()
|
||||||
|
ThreadWatcher.unreaddb.forceSync()
|
||||||
return unless (threads = ThreadWatcher.getAll()).length
|
return unless (threads = ThreadWatcher.getAll()).length
|
||||||
for thread in threads
|
for thread in threads
|
||||||
ThreadWatcher.fetchStatus thread
|
ThreadWatcher.fetchStatus thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user