set the title in the pushover message
This commit is contained in:
parent
fbc291e03d
commit
867970a3ed
|
@ -35,6 +35,7 @@ func NewMessage(pbmsg *pb.Message) *Message {
|
|||
msg := &Message{
|
||||
m: &pushover.Message{
|
||||
Message: pbmsg.Text,
|
||||
Title: pbmsg.Title,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue