Pending Allow modnotes to appear after a refresh

As a room driver myself, things like modnotes are really important to me, as they allow me to get more information on bad users to watch out for. Modnotes have been a really good way to communicate with staff as well. However, I really would like the modnotes to not disappear from chat history after a refresh, as I don’t necessarily like going back into the modlog to check for extra notes. It’s relatively a minor change, but it would help with staffing a lot, especially for people that disconnect a ton.
 
This would probably require an annoying amount of refactors, as by default the reason private mod actions aren't in the scrollback is that they aren't in the roomlog (since it'd be harder to keep users from seeing it that way.)
It's doable, and I'll look into it if there's support for this, but can you not just check chatlogs / modlogs? There's more info that way anyway.

This also seems detrimental in that we only save 100 messages for scrollback, so every private message is one that we can't later send to others.
 
Last edited:
Back
Top