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