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 4ab3edc commit fa62959Copy full SHA for fa62959
common/src/user-notification-preferences.ts
@@ -68,7 +68,7 @@ export const getNotificationDestinationsForUser = (
68
destinations.includes('browser') && !opt_out.includes('browser'),
69
sendToMobile:
70
destinations.includes('mobile') && !opt_out.includes('mobile'),
71
- unsubscribeUrl: 'TODO',
+ unsubscribeUrl: 'https://compassmeet.com/notifications',
72
urlToManageThisNotification: '/notifications',
73
}
74
0 commit comments