diff --git a/public/src/client/topic/threadTools.js b/public/src/client/topic/threadTools.js index 605981f484..3110b92a4d 100644 --- a/public/src/client/topic/threadTools.js +++ b/public/src/client/topic/threadTools.js @@ -120,6 +120,8 @@ define('forum/topic/threadTools', [ type: 'success', timeout: 5000 }); + + $(window).trigger('action:topics.changeWatching', {tid: tid, type: type}); }); return false;