aboutsummaryrefslogtreecommitdiff
path: root/common/keydb/postgres/keydb.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/keydb/postgres/keydb.go')
-rw-r--r--common/keydb/postgres/keydb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keydb/postgres/keydb.go b/common/keydb/postgres/keydb.go
index 6149d877..706ca005 100644
--- a/common/keydb/postgres/keydb.go
+++ b/common/keydb/postgres/keydb.go
@@ -79,7 +79,7 @@ func NewDatabase(
// FetcherName implements KeyFetcher
func (d Database) FetcherName() string {
- return "KeyDatabase"
+ return "PostgresKeyDatabase"
}
// FetchKeys implements gomatrixserverlib.KeyDatabase