mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Update API handling
This commit is contained in:
@@ -88,7 +88,7 @@ class BasePageController extends Controller
|
||||
|
||||
// Cache category exclusions per user (5 minutes)
|
||||
$this->userdata->categoryexclusions = $this->rememberWithCacheFallback(
|
||||
'user_category_exclusions_'.$userId,
|
||||
User::categoryExclusionCacheKey($userId),
|
||||
300,
|
||||
fn () => User::getCategoryExclusionById($userId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user