rspace-online/server/local-first
Jeff Emmett d8e954dfb6 fix: persist docs created via setDoc (fixes payment not found)
SyncServer.setDoc() was not calling onDocChange, so documents created
via setDoc (including payment requests) were only stored in memory and
lost on container restart. This caused "Payment request not found"
errors after deploys. Now setDoc triggers the same persistence callback
as changeDoc.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 02:54:11 +00:00
..
migration
backup-routes.ts feat(ipfs): add IPFS integration for backups and generated files 2026-04-02 14:24:39 -07:00
backup-store.ts feat(ipfs): add IPFS integration for backups and generated files 2026-04-02 14:24:39 -07:00
compute-server.ts
doc-persistence.ts
encryption-utils.ts
sync-server.ts fix: persist docs created via setDoc (fixes payment not found) 2026-04-03 02:54:11 +00:00