fix: persist docs created via setDoc (payment not found) #5

Merged
jeffemmett merged 1 commits from dev into main 2026-04-03 04:54:25 +02:00
Owner
No description provided.
jeffemmett added 1 commit 2026-04-03 04:54:19 +02:00
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>
jeffemmett merged commit 4690921d9c into main 2026-04-03 04:54:25 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jeffemmett/rspace-online#5
No description provided.