mirror of
https://github.com/matrix-org/pinecone.git
synced 2026-01-16 23:00:32 +00:00
Make it build
This commit is contained in:
parent
28d455adb4
commit
66371efdc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue