Don't update retractions on bundled file update notification
This commit is contained in:
parent
1bd0e7ccda
commit
6a6e4fa92c
1 changed files with 7 additions and 5 deletions
|
@ -1527,11 +1527,13 @@ Zotero.Schema = new function(){
|
|||
yield Zotero.DB.waitForTransaction();
|
||||
}
|
||||
|
||||
try {
|
||||
yield Zotero.Retractions.updateFromServer();
|
||||
}
|
||||
catch (e) {
|
||||
Zotero.logError(e);
|
||||
if (mode == this.REPO_UPDATE_PERIODIC || mode == this.REPO_UPDATE_STARTUP) {
|
||||
try {
|
||||
yield Zotero.Retractions.updateFromServer();
|
||||
}
|
||||
catch (e) {
|
||||
Zotero.logError(e);
|
||||
}
|
||||
}
|
||||
|
||||
// Get the last timestamp we got from the server
|
||||
|
|
Loading…
Reference in a new issue