What's wrong with this entry?
Anonymous. No account, no email.
Memory sync status messages now communicate more precisely why a sync is paused and whether it will self-recover.
Details
- Distinguishes transient pauses ("sync retries automatically and will push it once the server recovers") from permanent suppression ("NOT being synced to shared/server memory")
suppressedUntilMsfield allows sync to schedule automatic retry after transient failures- New concurrent write conflict recovery: when another session updates a memory file while a write is in flight, the local write is reloaded from the server's version and the author is notified to re-apply their change
mount_dir_foreign_partitionerror gives a specific message explaining split-store conflict
Evidence
(search for "Memory sync is currently paused", "sync retries automatically", "concurrent-write conflict")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.