Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #83 from matthewdias/add-notification-tag
Browse files Browse the repository at this point in the history
Include notification_tag field for action dismissals
  • Loading branch information
jariz authored Jul 25, 2018
2 parents e8cb40d + 8f8128e commit f227154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Noti/Ephemerals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class Ephemerals: NSObject {
"type": "push",
"push": [
"notification_id": push["notification_id"].string!,
"notification_tag": push["notification_tag"].string!,
"package_name": push["package_name"].string!,
"source_user_iden": push["source_user_iden"].string!,
"type": "dismissal"
Expand Down

0 comments on commit f227154

Please sign in to comment.