Punishment block login and disable account

This commit is contained in:
2025-08-08 15:42:17 +08:00
parent a57ae840ff
commit e7d14d4687
3 changed files with 11 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ public class PermissionService(
var (hit, cachedValue) = await cache.GetAsyncWithStatus<T>(cacheKey);
if (hit)
return cachedValue;
var now = SystemClock.Instance.GetCurrentInstant();
var groupsKey = _GetGroupsCacheKey(actor);