Compare commits

...

1 Commits

Author SHA1 Message Date
Kyle Isom 867970a3ed set the title in the pushover message 2023-06-09 15:01:26 -07:00
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func NewMessage(pbmsg *pb.Message) *Message {
msg := &Message{
m: &pushover.Message{
Message: pbmsg.Text,
Title: pbmsg.Title,
},
}