We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2f401 commit a999aecCopy full SHA for a999aec
1 file changed
lib/galaxy/webapps/galaxy/services/notifications.py
@@ -54,7 +54,7 @@ def notifications_enabled(self) -> bool:
54
55
def send_internal_notification(
56
self, request: NotificationCreateRequest, force_sync: bool = False
57
- ) -> NotificationCreatedResponse:
+ ) -> Union[NotificationCreatedResponse, AsyncTaskResultSummary]:
58
"""Send a system-emitted notification on behalf of internal callers (e.g. share flows).
59
60
Unlike :meth:`send_notification`, this skips admin/permission checks because the
0 commit comments