🐛 Fix group permission didn't extend properly
This commit is contained in:
@ -82,6 +82,7 @@ func CacheAuthContext(sessionId uint) (models.AuthTicket, error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
ticket.Account = user
|
||||
|
||||
// Put the data into the cache
|
||||
cacheManager := cache.New[any](localCache.S)
|
||||
|
Reference in New Issue
Block a user