comparison mod_nodeinfo2/mod_nodeinfo2.lua @ 3783:908b5fd47634

mod_nodeinfo2: Remove comments count
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 29 Dec 2019 21:08:42 +0100
parents 263f5f1ee71f
children 741a1e400de4
comparison
equal deleted inserted replaced
3782:70e5bab388d8 3783:908b5fd47634
90 activeHalfyear = half_year_users; 90 activeHalfyear = half_year_users;
91 activeMonth = month_users; 91 activeMonth = month_users;
92 activeWeek = week_users; 92 activeWeek = week_users;
93 }; 93 };
94 localPosts = message_count; 94 localPosts = message_count;
95 localComments = message_count; 95 -- TODO: also count PubSub replies here.
96 localComments = 0;
96 }; 97 };
97 }); 98 });
98 end; 99 end;
99 } 100 }
100 }); 101 });