add coloring option for title

This commit is contained in:
Cubicroot 2021-05-02 12:27:13 +02:00
parent 567c814968
commit fe1cbdf79e
7 changed files with 102 additions and 24 deletions

View file

@ -47,7 +47,7 @@ func main() {
log.Fatal(err)
}
dp, err := dispatcher.Create(db, c.Matrix.Homeserver, c.Matrix.Username, c.Matrix.Password)
dp, err := dispatcher.Create(db, c.Matrix.Homeserver, c.Matrix.Username, c.Matrix.Password, c.Message)
if err != nil {
log.Fatal(err)
}