Don't force If-Modified-Since when getting data for re-added thread.

This commit is contained in:
ccd0 2015-05-25 20:46:59 -07:00
parent 5248726a04
commit 309daf7026

View File

@ -200,7 +200,7 @@ ThreadWatcher =
ThreadWatcher.parseStatus.call @, thread
timeout: $.MINUTE
,
whenModified: 'ThreadWatcher'
whenModified: if force then false else 'ThreadWatcher'
ThreadWatcher.requests.push req
parseStatus: ({boardID, threadID, data}) ->