mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7783 from overleaf/jpa-clear-dropbox-notifications
[web] unconditionally clear dropbox notifications after linking again GitOrigin-RevId: 6ca265ed1f1a060b6c5472111e98680a6bc092ff
This commit is contained in:
parent
ef10d95239
commit
3a2de70974
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ NotificationsBuilder.promises = {
|
|||
redundantPersonalSubscription: function (affiliation, user) {
|
||||
return promisifyAll(redundantPersonalSubscription(affiliation, user))
|
||||
},
|
||||
dropboxDuplicateProjectNames(userId) {
|
||||
return promisifyAll(dropboxDuplicateProjectNames(userId))
|
||||
},
|
||||
}
|
||||
|
||||
module.exports = NotificationsBuilder
|
||||
|
|
Loading…
Reference in a new issue