mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
[notifications] Add support for reopened comment notifications (#30679)
* [notifications] Refactor notification handling by using getProject utility function * [notifications] Add support for reopened comment notifications * rename to areNotificationsEnabled * added comment explaining why we are getting users GitOrigin-RevId: 7263d52e611c66baa39d8737d1d22740e592a3a0
This commit is contained in:
committed by
Copybot
parent
b39c7d8fe8
commit
e5a82e47ce
@@ -15,6 +15,12 @@ export type CommentResolvedEvent = {
|
||||
threadId: string
|
||||
}
|
||||
|
||||
export type CommentReopenedEvent = {
|
||||
projectId: string
|
||||
userId: string
|
||||
threadId: string
|
||||
}
|
||||
|
||||
export type ProjectModifiedEvent = {
|
||||
projectId: string
|
||||
timestamp: number
|
||||
|
||||
Reference in New Issue
Block a user