Skip to content

Commit 2cba08f

Browse files
committed
chore: remove signals from unserializable list
1 parent cd863e8 commit 2cba08f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

openedx_events/tooling.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@
2020
# If a signal is explicitly not for use with the event bus, add it to this list
2121
# and document why in the event's annotations
2222
KNOWN_UNSERIALIZABLE_SIGNALS = [
23-
"org.openedx.learning.discussions.configuration.changed.v1",
2423
"org.openedx.content_authoring.course.certificate_config.changed.v1",
2524
"org.openedx.content_authoring.course.certificate_config.deleted.v1",
26-
"org.openedx.learning.user.notification.requested.v1",
27-
"org.openedx.learning.forum.thread.created.v1",
28-
"org.openedx.learning.forum.thread.response.created.v1",
29-
"org.openedx.learning.forum.thread.response.comment.created.v1",
30-
"org.openedx.learning.course.notification.requested.v1",
31-
"org.openedx.learning.ora.submission.created.v1",
3225
"org.openedx.learning.external_grader.score.submitted.v1",
3326
]
3427

0 commit comments

Comments
 (0)