diff options
Diffstat (limited to '')
| -rw-r--r-- | internal/chat/presence.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/chat/presence.go b/internal/chat/presence.go index 995f214..1057a11 100644 --- a/internal/chat/presence.go +++ b/internal/chat/presence.go @@ -15,3 +15,7 @@ type UserLeft struct { Chan *Channel Time time.Time } + +type UserLogs struct { + Logs []LogEntry +} |
