summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-07-30 19:24:53 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-07-30 19:24:53 +0300
commitbc312b1205612f5bd124bd6bf9f173a9b6d98792 (patch)
tree3ee93d7e0a6304d28b0795623fba614d571c1f86 /js/Feeds.js
parent8b07dc8453e0d029b000d8a73ebc059f95994400 (diff)
implement special counter display when viewing by published, similar to marked
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 7a58a10a4..03836b594 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -105,6 +105,7 @@ const Feeds = {
this.setUnread(id, (kind == "cat"), ctr);
this.setValue(id, (kind == "cat"), 'auxcounter', parseInt(elems[l].auxcounter));
this.setValue(id, (kind == "cat"), 'markedcounter', parseInt(elems[l].markedcounter));
+ this.setValue(id, (kind == "cat"), 'publishedcounter', parseInt(elems[l].publishedcounter));
if (kind != "cat") {
this.setValue(id, false, 'error', error);