Can you tell me where this option is and how to add that hook?
With my limited knowledge, I changed the file
wpforo-advanced-attachments/wpf-third-party/file-uploader/UploadHandler.php
and modified the following line
$image_quality = isset($options['jpeg_quality']) ? $options['jpeg_quality'] : 100; //Removed compression -
But that did not upload the full size image, it still reduced a 2.38MB file to 208kb or so.