diff --git a/src/Monitoring/ReplyPruning.coffee b/src/Monitoring/ReplyPruning.coffee index 6d1b2594e..103b6480a 100644 --- a/src/Monitoring/ReplyPruning.coffee +++ b/src/Monitoring/ReplyPruning.coffee @@ -47,6 +47,7 @@ ReplyPruning = $.on ReplyPruning.inputs.enabled, 'change', ReplyPruning.update $.on ReplyPruning.inputs.replies, 'change', ReplyPruning.update $.on d, 'ThreadUpdate', ReplyPruning.update + ReplyPruning.update() update: (e) -> if e and e.type is 'ThreadUpdate' and not e.detail[404]