Skip to content
Snippets Groups Projects
Commit be2e5826 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use msg_area....sub[].posts for actual number of posted messages

This excludes votes and polls automatically.
parent fd20517e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -61,7 +61,7 @@ for(s in msg_area.grp[grp].sub_list) { ...@@ -61,7 +61,7 @@ for(s in msg_area.grp[grp].sub_list) {
msgs--; msgs--;
} }
msgbase.close(); msgbase.close();
thissub.messages=msgs; thissub.messages=thissub.posts;
thissub.lastmsg=lastdate; thissub.lastmsg=lastdate;
} }
template.subs.push(thissub); template.subs.push(thissub);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment