mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Allow customizable attachments to feedback
- New `BITHockeyAttachment` class, which `BITCrashAttachment` is now a subclass of - Can also be used in `prepareWithItems:` for BITFeedbackComposeViewController - Allows to set a custom filename and content-type for attachments that can be used with crash reports and with feedback
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
- NSURL
|
||||
- UIImage
|
||||
- NSData
|
||||
- `BITHockeyAttachment`
|
||||
|
||||
These are automatically concatenated to one text string, while any images and NSData
|
||||
objects are added as attachments to the feedback.
|
||||
|
||||
Reference in New Issue
Block a user