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 2fba39b commit e7ccd97Copy full SHA for e7ccd97
1 file changed
lhc_web/modules/lhrestapi/file.php
@@ -58,7 +58,7 @@
58
59
$requestBody = json_decode(file_get_contents('php://input'),true);
60
61
- $whiteList = ['upload_name','persistent'];
+ $whiteList = ['upload_name','persistent', 'chat_id', 'user_id', 'online_user_id'];
62
63
foreach ($requestBody as $attr => $attrValue) {
64
if (in_array($attr, $whiteList, true)) {
0 commit comments