Actions
Feature proposal #7902
closedImprove attachment parsing error output
Description
Currently errors for attachment cURL calls are suppressed. Implement some form of error output to let the user know why it failed. Maybe also completely reject the attachment if the cURL call failed.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Attempting to attach an invalid link will now let you know the link isn't valid instead of continuing on with the post attempt.
Updated by krileon over 4 years ago
Youtube link attachments are also more specific and check for a valid video format in the URL before classifying it as a youtube video link.
Actions