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:
2026-05-26 19:38:16 +02:00
parent 23c933bfa2
commit 41bafa57cc
21 changed files with 1995 additions and 44 deletions
+5
View File
@@ -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"
)