Files
obsidian-livesync/src
Andrew Leech 67996f6d0a cli: fix stale stat.size in NodeVaultAdapter causing corrupted file errors
chokidar stats are captured at poll time and may not reflect the file's
final byte length by the time vault.read() is called. The downstream
integrity check compares stat.size to content length; a mismatch causes
other LiveSync clients to reject the file as corrupted.

Fix by updating file.stat.size from the actual content in read() and
readBinary().

Co-authored-by: Joysimple <Joysimple@users.noreply.github.com>
2026-05-13 16:56:08 +10:00
..
2026-05-06 21:56:13 +09:00
2026-03-11 05:47:00 +01:00
2026-05-11 09:49:32 +01:00
2026-03-11 05:47:00 +01:00
2026-02-18 12:13:05 +00:00
2026-04-03 13:47:56 +01:00
2026-04-03 13:47:56 +01:00