We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce6ebe commit 5e41eb1Copy full SHA for 5e41eb1
src/services/notifications/index.js
@@ -40,7 +40,10 @@ const sendNotifications = ({ tokenObjects, message }) => {
40
if (androidNotificationTokens.length > 0) {
41
const gcmMessage = new gcm.Message({
42
notification: {
43
+ title: 'DEMOCRACY',
44
body: message,
45
+ icon: 'ic_notification',
46
+ color: '#4f81bd',
47
},
48
});
49
gcmProvider.send(
@@ -129,6 +132,7 @@ export default async ({ message, user }) => {
129
132
title: 'DEMOCRACY',
130
133
131
134
icon: 'ic_notification',
135
136
137
138
0 commit comments