From 05405b68e59286aef17121999c9065319e381c4a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 18 Aug 2019 10:13:55 -0700 Subject: [PATCH] Fix bug from v1.14.7.0 (commit af00c711ff) causing excerpt in thread watcher to not be set. #2404 --- src/Monitoring/ThreadWatcher.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monitoring/ThreadWatcher.coffee b/src/Monitoring/ThreadWatcher.coffee index 176a457ec..a57b587dc 100644 --- a/src/Monitoring/ThreadWatcher.coffee +++ b/src/Monitoring/ThreadWatcher.coffee @@ -102,7 +102,7 @@ ThreadWatcher = # Add missing excerpt for threads added by Auto Watch if data and not data.excerpt? $.queueTask => - ThreadWatcher.update siteID, boardID, threadID, val: {excerpt: Get.threadExcerpt @thread} + ThreadWatcher.update siteID, boardID, threadID, {excerpt: Get.threadExcerpt @thread} catalogNode: -> $.addClass @nodes.root, 'watched' if ThreadWatcher.isWatched @thread