aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'roomserver/internal/api.go')
-rw-r--r--roomserver/internal/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/roomserver/internal/api.go b/roomserver/internal/api.go
index 37a8a39b..6d7c8fcf 100644
--- a/roomserver/internal/api.go
+++ b/roomserver/internal/api.go
@@ -14,7 +14,7 @@ import (
// RoomserverInternalAPI is an implementation of api.RoomserverInternalAPI
type RoomserverInternalAPI struct {
DB storage.Database
- Cfg *config.Dendrite
+ Cfg *config.RoomServer
Producer sarama.SyncProducer
Cache caching.RoomVersionCache
ServerName gomatrixserverlib.ServerName