Move things

This commit is contained in:
Philipp Heckel 2022-09-11 16:31:39 -04:00
parent 23a127d20b
commit 6476978a2e
3 changed files with 14 additions and 14 deletions

View file

@ -148,10 +148,10 @@ func toFirebaseMessage(m *message, auther auth.Auther) (*messaging.Message, erro
"priority": fmt.Sprintf("%d", m.Priority),
"tags": strings.Join(m.Tags, ","),
"click": m.Click,
"icon": m.Icon,
"title": m.Title,
"message": m.Message,
"encoding": m.Encoding,
"icon": m.Icon,
}
if len(m.Actions) > 0 {
actions, err := json.Marshal(m.Actions)