Restore full hash when safe hash is deleted from the drive
This commit is contained in:
@@ -93,6 +93,12 @@ define([
|
||||
}
|
||||
}
|
||||
}
|
||||
if (o && !n && Array.isArray(p) && (p[0] === UserObject.FILES_DATA ||
|
||||
(p[0] === 'drive' && p[1] === UserObject.FILES_DATA))) {
|
||||
setTimeout(function () {
|
||||
ctx.Store.checkDeletedPad(o && o.channel);
|
||||
});
|
||||
}
|
||||
team.sendEvent('DRIVE_CHANGE', {
|
||||
id: fId,
|
||||
old: o,
|
||||
|
||||
Reference in New Issue
Block a user