[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:
Domagoj Kriskovic
2026-01-16 14:02:43 +01:00
committed by Copybot
parent b39c7d8fe8
commit e5a82e47ce
+6
View File
@@ -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