🐛 Fix group permission didn't extend properly

This commit is contained in:
2024-11-23 21:44:14 +08:00
parent 7081cb8885
commit 668d9805e2
2 changed files with 4 additions and 5 deletions

View File

@ -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)