mirror of
https://github.com/pushbits/server.git
synced 2025-07-27 21:38:05 +02:00
add coloring option for title
This commit is contained in:
parent
567c814968
commit
fe1cbdf79e
7 changed files with 102 additions and 24 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue