6735b23e5b
If we don't force a full sync when restoring, any items that were added since the backup may have already been sent to AnkiWeb, and they won't have deletion records. After the user restores from a backup, they'll end up in a state where their local and AnkiWeb collections differ, and the changes will not sync. The old backup code forced a schema change, but we weren't previously doing it via File>Import. |
||
---|---|---|
.. | ||
.cargo | ||
benches | ||
build | ||
cargo | ||
i18n | ||
i18n_helpers | ||
linkchecker | ||
src | ||
tests/support | ||
.gitignore | ||
bench.sh | ||
BUILD.bazel | ||
Cargo.toml | ||
empty.rs | ||
README.md | ||
rustfmt.bzl | ||
rustfmt.toml |
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.