Add feedback
This commit is contained in:
@@ -2323,6 +2323,10 @@ define([
|
||||
if (e) { return void console.error(e); }
|
||||
});
|
||||
|
||||
if (val.expire) {
|
||||
Feedback.send('EXPIRING_PAD-'+val.expire);
|
||||
}
|
||||
|
||||
$creationContainer.remove();
|
||||
common.createPad(val, function () {
|
||||
cb();
|
||||
|
||||
@@ -95,6 +95,7 @@ define([
|
||||
if (!sharedFolder && fd.owners && fd.owners.indexOf(edPublic) !== -1
|
||||
&& channelId) {
|
||||
if (channelId) { ownedRemoved.push(channelId); }
|
||||
Feedback.send('REMOVE_OWNED_CHANNEL');
|
||||
removeOwnedChannel(channelId, function (obj) {
|
||||
if (obj && obj.error) {
|
||||
// If the error is that the file is already removed, nothing to
|
||||
|
||||
Reference in New Issue
Block a user