mirror of
https://github.com/pushbits/server.git
synced 2025-08-02 08:09:00 +02:00
Repair channels if necessary
This commit is contained in:
parent
f5560b0c46
commit
2e2326843f
12 changed files with 114 additions and 31 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
// SendNotification sends a notification to the specified user.
|
||||
func (d *Dispatcher) SendNotification(a *model.Application, n *model.Notification) error {
|
||||
log.Printf("Sending notification to room %s.\n", a.MatrixID)
|
||||
log.Printf("Sending notification to room %s.", a.MatrixID)
|
||||
|
||||
plainTitle := strings.TrimSpace(n.Title)
|
||||
plainMessage := strings.TrimSpace(n.Message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue