fix cmd/server build

This commit is contained in:
Henry 2021-03-15 14:37:02 +01:00
parent b9bcbb42ec
commit 1cc5cb435d
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ func runroomsrv() error {
Domain: httpsDomain, Domain: httpsDomain,
PortHTTPS: uint(portHTTP), PortHTTPS: uint(portHTTP),
PortMUXRPC: uint(portMUXRPC), PortMUXRPC: uint(portMUXRPC),
PubKey: roomsrv.Whoami().PubKey(), RoomID: roomsrv.Whoami(),
}, },
roomsrv.StateManager, roomsrv.StateManager,
handlers.Databases{ handlers.Databases{