chore: auto-commit (17 archivos)
- app.md - applog.go - frontend/package.json - frontend/package.json.md5 - frontend/vite.config.ts - go.mod - main.go - matrix_service.go - sqlite_driver.go - .wails_dev.log - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -12,4 +12,9 @@ package main
|
||||
|
||||
import (
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
||||
// mautrix-go v0.28+ cryptohelper calls sql.Open("sqlite3-fk-wal", ...).
|
||||
// This variant is registered by go.mau.fi/util/dbutil/litestream init().
|
||||
// Without it: panic "sql: unknown driver \"sqlite3-fk-wal\"".
|
||||
_ "go.mau.fi/util/dbutil/litestream"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user