Skip to content

Commit

Permalink
docs: add multiple triggers to event
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Dec 30, 2024
1 parent 4104946 commit 97a5e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx_events/learning/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
# .. event_description: Can be fired from apps to send user notifications.
# .. event_data: UserNotificationSendListData
# .. event_warning: This event is currently incompatible with the event bus, list/dict cannot be serialized yet
# .. event_trigger_repository: openedx/edx-platform
# .. event_trigger_path: lms/djangoapps/discussion/rest_api/discussions_notifications.py
# .. event_trigger_repository: openedx/edx-platform openedx/edx-ora2
# .. event_trigger_path: lms/djangoapps/discussion/rest_api/discussions_notifications.py openassessment/xblock/utils/notifications.py
USER_NOTIFICATION_REQUESTED = OpenEdxPublicSignal(
event_type="org.openedx.learning.user.notification.requested.v1",
data={
Expand Down

0 comments on commit 97a5e86

Please sign in to comment.