include teams on signed in user

This commit is contained in:
Marcus Efraimsson
2018-10-25 15:20:01 +02:00
parent 9edaa3fa8c
commit 70ddf93688
2 changed files with 12 additions and 0 deletions

View File

@ -165,6 +165,7 @@ type SignedInUser struct {
IsAnonymous bool
HelpFlags1 HelpFlags1
LastSeenAt time.Time
Teams []int64
}
func (u *SignedInUser) ShouldUpdateLastSeenAt() bool {