We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528a79c commit 4abfb57Copy full SHA for 4abfb57
lib/public/AppFramework/Controller.php
@@ -92,6 +92,9 @@ public function __construct($appName,
92
if ($data->getLastModified() !== null) {
93
$response->setLastModified($data->getLastModified());
94
}
95
+ if ($data->isThrottled()) {
96
+ $response->throttle($data->getThrottleMetadata());
97
+ }
98
99
return $response;
100
0 commit comments