feat: add last active time per user

This commit is contained in:
Sam 2023-05-02 02:54:08 +02:00
parent 90c7dcf891
commit cf95e69349
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 85 additions and 234 deletions

View file

@ -24,6 +24,7 @@ type User struct {
DisplayName *string
Bio *string
MemberTitle *string
LastActive time.Time
Avatar *string
Links []string