Include username in session logs if available

Fixes #1310
This commit is contained in:
Zed
2025-11-17 05:42:35 +01:00
parent 778eb35ee3
commit a666c4867c
5 changed files with 26 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ type
Session* = ref object
id*: int64
username*: string
pending*: int
limited*: bool
limitedAt*: int