Update API handling

This commit is contained in:
DariusIII
2026-07-11 10:00:01 +02:00
parent b0c781421c
commit ccb79f13b9
18 changed files with 768 additions and 240 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ class ProfileController extends BasePageController
$this->viewData = array_merge($this->viewData, [
'error' => $errorStr,
'user' => $this->userdata,
'userexccat' => User::getCategoryExclusionById($userid),
'userexccat' => User::getCachedCategoryExclusionById($userid),
'userExcludedCategories' => $this->userdata->excludedCategories()->pluck('categories_id')->toArray(),
'success_2fa' => $success_2fa,
'error_2fa' => $error_2fa,