Circles: lazy prepares in CircleService (fix crash on boot)
The module-level db.prepare() ran at import — before initializeDatabase()
created the remote_actors/remote_posts tables -> SQLITE_ERROR no such table
-> crash-loop. Now lazy via stmts() (prepare on first sync).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.