We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e672cd6 + 7a620f6 commit a0d1667Copy full SHA for a0d1667
1 file changed
src/platform-bridges/MsnPlatformBridge.js
@@ -40,20 +40,6 @@ const AUTO_NOTIFICATIONS = [
40
minDelayInSeconds: 86400,
41
payload: 'msn_auto_24h',
42
},
43
- {
44
- title: 'Missing your moves',
45
- description: "It's perfect time to come back",
46
- type: 9,
47
- minDelayInSeconds: 259200,
48
- payload: 'msn_auto_3d',
49
- },
50
51
- title: 'We miss you',
52
- description: 'Seriously. Come play.',
53
- type: 10,
54
- minDelayInSeconds: 604800,
55
- payload: 'msn_auto_7d',
56
57
]
58
59
const MSN_SIZES_BY_POSITION = {
0 commit comments