We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cfe5f commit 027c672Copy full SHA for 027c672
openedx_events/tooling.py
@@ -20,7 +20,7 @@
20
# If a signal is explicitly not for use with the event bus, add it to this list
21
# and document why in the event's annotations
22
KNOWN_UNSERIALIZABLE_SIGNALS = [
23
- # "org.openedx.learning.discussions.configuration.changed.v1",
+ "org.openedx.learning.discussions.configuration.changed.v1",
24
"org.openedx.content_authoring.course.certificate_config.changed.v1",
25
"org.openedx.content_authoring.course.certificate_config.deleted.v1",
26
"org.openedx.learning.user.notification.requested.v1",
0 commit comments