Subj : webv4/lib/forum.js To : Git commit to main/sbbs/master From : echicken Date : Sun Feb 21 2021 09:57 pm https://gitlab.synchro.net/main/sbbs/-/commit/d9461016deb65a3baa216c88 Modified Files: webv4/lib/forum.js Log Message: listThreads can figure out the proper offset without some stupid extra param. Added getNewestMessagePerSub(grp) and getNewestMessageInSub(sub); these do pretty much what you would guess, although maybe not exactly because what is "message" anyway? Added 'guest' mode to getThreadStats, since some stats (votes) can be shown to guests, but others (unread messages) shouldn't. .