Skip to content

Commit 0f2d91d

Browse files
committed
chore: uncomment unserializable signals
1 parent 617c80e commit 0f2d91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openedx_events/tooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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",
23+
"org.openedx.learning.discussions.configuration.changed.v1",
2424
"org.openedx.content_authoring.course.certificate_config.changed.v1",
2525
"org.openedx.content_authoring.course.certificate_config.deleted.v1",
2626
"org.openedx.learning.user.notification.requested.v1",

0 commit comments

Comments
 (0)