-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sessions log #69
Comments
Nice implemented, I think the event id and the source field could be omitted? |
Event ID has to be present for database reference reasons and it's how you view an individual entry through the web interface (https://127.0.0.1/audit/6485472b688d4919a3e558dc) so there's no real reason to omit it on the ui when it doesn't take up much space. Source probably could be omitted, but I originally wanted a way to specify where an event originated i.e. modmail-viewer or the bot itself. very much not decided if it'll end up staying. |
PR for tracking of modmail integration: raidensakura/modmail#10 |
Should be merged into develop soon™️ |
I want to suggest as an addition a sessions log, where you can see directly in the dashboard who logged in/logged out.
The text was updated successfully, but these errors were encountered: