Skip to content

Commit

Permalink
Merge pull request online-go#2464 from benjaminpjones/ignore-reports-…
Browse files Browse the repository at this point in the history
…across-devices

Use REMOTE_OVERWRITES_LOCAL for 'ignored-reports'
  • Loading branch information
anoek authored Dec 27, 2023
2 parents 2f6870d + 1c4fffd commit 708a516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/report_manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class ReportManager extends EventEmitter<Events> {
delete ignored[key];
}
}
data.set("ignored-reports", ignored);
data.set("ignored-reports", ignored, data.Replication.REMOTE_OVERWRITES_LOCAL);
this.update();
}

Expand Down

0 comments on commit 708a516

Please sign in to comment.