mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-11 22:06:40 +10:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -1288,7 +1288,7 @@ extension ConversationViewController: UIImagePickerControllerDelegate, UINavigat
|
||||
|
||||
if let videoData = NSData(contentsOfURL: videoURL) {
|
||||
|
||||
if let messageVideoURL = NSFileManager.saveMessageImageData(videoData, withName: messageVideoName) {
|
||||
if let messageVideoURL = NSFileManager.saveMessageVideoData(videoData, withName: messageVideoName) {
|
||||
let realm = message.realm
|
||||
realm.beginWriteTransaction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user