Skip to content

Commit

Permalink
config: add record and membership comment notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Dec 11, 2024
1 parent 8130283 commit 31ea07c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
from invenio_rdm_records.notifications.builders import (
CommunityInclusionAcceptNotificationBuilder,
CommunityInclusionCancelNotificationBuilder,
CommunityInclusionCommentNotificationBuilder,
CommunityInclusionDeclineNotificationBuilder,
CommunityInclusionExpireNotificationBuilder,
CommunityInclusionSubmittedNotificationBuilder,
Expand Down Expand Up @@ -1368,6 +1369,9 @@ def github_link_render(record):
GrantUserAccessNotificationBuilder.type: GrantUserAccessNotificationBuilder,
# Comment request event
CommentRequestEventCreateNotificationBuilder.type: CommentRequestEventCreateNotificationBuilder,
CommunityInclusionCommentNotificationBuilder.type: CommunityInclusionCommentNotificationBuilder,
community_notifications.CommunityInvitationCommentNotificationBuilder.type: community_notifications.CommunityInvitationCommentNotificationBuilder,
community_notifications.CommunityRequestCommentNotificationBuilder.type: community_notifications.CommunityRequestCommentNotificationBuilder,
community_notifications.SubComReqCommentNotificationBuilder.type: community_notifications.SubComReqCommentNotificationBuilder,
community_notifications.SubComInvCommentNotificationBuilder.type: community_notifications.SubComInvCommentNotificationBuilder,
# Community inclusion
Expand Down

0 comments on commit 31ea07c

Please sign in to comment.