Merge pull request #17508 from overleaf/dp-ac-ieee-deprecation-notifications
Update notifications for IEEE Retirement GitOrigin-RevId: f4e02e5fd838c2b1a6227c86f48bb12dd6bdb9a3
This commit is contained in:
@@ -281,6 +281,9 @@ function personalAndGroupSubscriptions(userId) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} [userId]
|
||||
*/
|
||||
function ieeeCollabratecRetirement(userId) {
|
||||
return {
|
||||
key: 'notification-ieee-collabratec-retirement',
|
||||
@@ -295,8 +298,8 @@ function ieeeCollabratecRetirement(userId) {
|
||||
callback
|
||||
)
|
||||
},
|
||||
read(callback) {
|
||||
NotificationsHandler.markAsReadByKeyOnly(this.key, callback)
|
||||
deleteAllUnread(callback) {
|
||||
NotificationsHandler.markAsReadByKeyOnlyBulk(this.key, callback)
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user