add-opts-not-save-notification #2

Merged
sinhluu merged 2 commits from add-opts-not-save-notification into master 2023-03-28 03:02:38 +00:00
2 changed files with 12 additions and 11 deletions

View File

@ -20,6 +20,7 @@ type PushRequest struct {
Link string `json:"link"` // for webpush
Order int `json:"order"` // for sort
DisplayUntil int64 `json:"displayUntil"` // time.Unix
SaveNotification bool `json:"saveNotification"`
}
// Sound ...

View File

@ -9,7 +9,7 @@ import (
)
// version specify current version of client
const version = "1.0.3"
const version = "1.0.4"
const (
SendByTopic = "topic"