Skip to content

Commit 8c3b6b6

Browse files
committed
Update GroundControlToMajorTom.ts
1 parent ab23b49 commit 8c3b6b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/class/GroundControlToMajorTom.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export class GroundControlToMajorTom {
8686
sound: "default",
8787
},
8888
data: {},
89+
category: "TRANSACTION_CATEGORY",
8990
};
9091

9192
if (pushNotification.os === "android") return GroundControlToMajorTom._pushToFcm(dataSource, serverKey, pushNotification.token, fcmPayload, pushNotification);
@@ -114,6 +115,7 @@ export class GroundControlToMajorTom {
114115
sound: "default",
115116
},
116117
data: {},
118+
category: "TRANSACTION_CATEGORY",
117119
};
118120

119121
if (pushNotification.os === "android") return GroundControlToMajorTom._pushToFcm(dataSource, serverKey, pushNotification.token, fcmPayload, pushNotification);
@@ -154,6 +156,7 @@ export class GroundControlToMajorTom {
154156
badge: pushNotification.badge,
155157
tag: pushNotification.txid,
156158
},
159+
category: "TRANSACTION_CATEGORY",
157160
};
158161

159162
const apnsPayload = {
@@ -166,6 +169,7 @@ export class GroundControlToMajorTom {
166169
sound: "default",
167170
},
168171
data: {},
172+
category: "TRANSACTION_CATEGORY",
169173
};
170174

171175
if (pushNotification.os === "android") return GroundControlToMajorTom._pushToFcm(dataSource, serverKey, pushNotification.token, fcmPayload, pushNotification);

0 commit comments

Comments
 (0)