Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
resolves #80
  • Loading branch information
bigcat88 committed Oct 2, 2023
commit 9e9dd1e7182ab121508adfce972c00dfe99a8a5c
1 change: 1 addition & 0 deletions lib/Service/AppAPIService.php
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ private function finalizeRequestToNC(string $userId, IRequest $request): bool {
} else {
$this->userSession->setUser(null);
}
$this->userSession->getSession()->set('app_api', true);
$this->throttler->resetDelay($request->getRemoteAddress(), Application::APP_ID, [
'appid' => $request->getHeader('EX-APP-ID'),
'userid' => $userId,
Expand Down