mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
feat: implement WorkItemNotificationHandler for issue notifications and update imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .base import NotificationContext
|
||||
from .issue import IssueNotificationHandler
|
||||
from .workitem import WorkItemNotificationHandler
|
||||
|
||||
__all__ = [
|
||||
"NotificationContext",
|
||||
"IssueNotificationHandler",
|
||||
"WorkItemNotificationHandler",
|
||||
]
|
||||
@@ -25,7 +25,7 @@ from plane.utils.notifications.base import (
|
||||
)
|
||||
|
||||
|
||||
class IssueNotificationHandler(BaseNotificationHandler):
|
||||
class WorkItemNotificationHandler(BaseNotificationHandler):
|
||||
"""
|
||||
Notification handler for Issues and Epics.
|
||||
Handles all issue-related notifications including mentions, assignments, and property changes.
|
||||
Reference in New Issue
Block a user