mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-09 04:46:35 +10:00
check uploadErrorMessage
This commit is contained in:
@@ -797,6 +797,9 @@ class NewFeedViewController: SegueViewController {
|
||||
if let uploadAttachmentID = operation.uploadAttachmentID {
|
||||
uploadAttachmentIDs.append(uploadAttachmentID)
|
||||
}
|
||||
if let _uploadErrorMessage = operation.uploadErrorMessage {
|
||||
uploadErrorMessage = _uploadErrorMessage
|
||||
}
|
||||
}
|
||||
uploadAttachmentOperations.append(operation)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user