Fix pinning issue causing unnecessary reset
This commit is contained in:
@@ -996,8 +996,10 @@ define([
|
||||
}
|
||||
}));
|
||||
if (!isSharedFolder) {
|
||||
common.unpinPads([oldChannel], waitFor(), teamId);
|
||||
common.pinPads([newSecret.channel], waitFor(), teamId);
|
||||
postMessage("CHANGE_PAD_PASSWORD_PIN", {
|
||||
oldChannel: oldChannel,
|
||||
channel: newSecret.channel
|
||||
}, waitFor());
|
||||
}
|
||||
}).nThen(function () {
|
||||
cb({
|
||||
|
||||
Reference in New Issue
Block a user