|
@@ -408,7 +408,7 @@ class activityTableViewCell: UITableViewCell, UICollectionViewDelegate, UICollec
|
|
|
|
|
|
if account == self.appDelegate.activeAccount && errorCode == 0 {
|
|
if account == self.appDelegate.activeAccount && errorCode == 0 {
|
|
|
|
|
|
- // move from id to oc:id + instanceid
|
|
|
|
|
|
+ // move from id to oc:id + instanceid (fileID)
|
|
do {
|
|
do {
|
|
let atPath = CCUtility.getDirectoryProviderStorage()! + "/" + activitySubjectRich.id
|
|
let atPath = CCUtility.getDirectoryProviderStorage()! + "/" + activitySubjectRich.id
|
|
let toPath = CCUtility.getDirectoryProviderStorage()! + "/" + metadata!.fileID
|
|
let toPath = CCUtility.getDirectoryProviderStorage()! + "/" + metadata!.fileID
|