Make it build

This commit is contained in:
Neil Alexander 2022-09-27 14:52:58 +01:00
parent 28d455adb4
commit 66371efdc2
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -41,7 +41,7 @@ func main() {
log: log.New(os.Stdout, "", 0),
}
n.router = router.NewRouter(n.log, sk, false)
n.router = router.NewRouter(n.log, sk)
n.sessions = sessions.NewSessions(n.log, n.router, []string{"matrix"})
n.multicast = multicast.NewMulticast(n.log, n.router)
n.multicast.Start()