feat: setting to show signatures only once in topics, closes #10071

This commit is contained in:
Barış Soner Uşaklı
2022-08-16 18:06:16 -04:00
parent 14c79763dd
commit aba420a3f3
6 changed files with 27 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ define('forum/topic', [
app.enterRoom('topic_' + tid);
posts.onTopicPageLoad(components.get('post'));
posts.signaturesShown = {};
navigator.init('[component="post"]', ajaxify.data.postcount, Topic.toTop, Topic.toBottom, utils.debounce(Topic.navigatorCallback, 500));
postTools.init(tid);