mirror of
https://github.com/discourse/discourse.git
synced 2025-02-28 00:09:16 +00:00
allowUpload can be false for the composer if there are no allowed file extensions. This causes the _bindMobileUploadButton code to fail because the button does not get rendered in the template if !allowUpload. This commit changes composer-editor to only bind upload functionality if allowUpload.