mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
poll new revision date instead of full sync each time
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
$scope.sync = function () {
|
||||
$scope.loading = true;
|
||||
syncService.fullSync(function () {
|
||||
syncService.fullSync(true, function () {
|
||||
$analytics.eventTrack('Synced Full');
|
||||
$scope.loading = false;
|
||||
toastr.success(i18nService.syncingComplete);
|
||||
|
||||
Reference in New Issue
Block a user