diff --git a/src/Monitoring/ThreadWatcher.coffee b/src/Monitoring/ThreadWatcher.coffee index 9e6968b5b..5f6ccbb29 100644 --- a/src/Monitoring/ThreadWatcher.coffee +++ b/src/Monitoring/ThreadWatcher.coffee @@ -267,7 +267,7 @@ ThreadWatcher = {siteID, boardID} = board[0] site = g.sites[siteID] return unless site - urlF = if deep and site.software is 'tinyboard' then 'catalogJSON' else 'threadsListJSON' + urlF = if deep and site.threadModTimeIgnoresSage then 'catalogJSON' else 'threadsListJSON' url = site.urls[urlF]?({siteID, boardID}) return unless url ThreadWatcher.fetch url, {siteID, force}, [board, url], ThreadWatcher.parseBoard diff --git a/src/site/SW.tinyboard.coffee b/src/site/SW.tinyboard.coffee index 1a95c8ea5..68103f82c 100644 --- a/src/site/SW.tinyboard.coffee +++ b/src/site/SW.tinyboard.coffee @@ -1,6 +1,7 @@ SW.tinyboard = isOPContainerThread: true mayLackJSON: true + threadModTimeIgnoresSage: true disabledFeatures: [ 'Index Generator'