aboutsummaryrefslogtreecommitdiff
path: root/keyserver/storage
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-07-20 16:55:20 +0100
committerGitHub <noreply@github.com>2020-07-20 16:55:20 +0100
commit11a39fe3b5afeadafd2c842951462d9332ebecca (patch)
tree88c3601666ecd6e891c64875f29e1f8ce22eac34 /keyserver/storage
parentf3c482b078c2fbb6d6d7a41be44c2e841d70d8b8 (diff)
Deduplicate FS database, EDU persistence table (#1207)
* Deduplicate FS database, add some EDU persistence groundwork * Extend TransactionWriter to use optional existing transaction, use that for FS SQLite database writes * Fix build due to bad keyserver import * Working EDU persistence * gocyclo, unsurprisingly * Remove unused * Update copyright notices
Diffstat (limited to 'keyserver/storage')
-rw-r--r--keyserver/storage/storage_wasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyserver/storage/storage_wasm.go b/keyserver/storage/storage_wasm.go
index 62cb7fcb..233e5d29 100644
--- a/keyserver/storage/storage_wasm.go
+++ b/keyserver/storage/storage_wasm.go
@@ -19,7 +19,7 @@ import (
"net/url"
"github.com/matrix-org/dendrite/internal/sqlutil"
- "github.com/matrix-org/dendrite/userapi/storage/accounts/sqlite3"
+ "github.com/matrix-org/dendrite/keyserver/storage/sqlite3"
)
func NewDatabase(