Skip to content

Commit

Permalink
config: add subcommunity invitation request notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Nov 20, 2024
1 parent e17aff0 commit d4cac1b
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 @@ -1374,6 +1374,10 @@ def github_link_render(record):
community_notifications.SubCommunityCreate.type: community_notifications.SubCommunityCreate,
community_notifications.SubCommunityAccept.type: community_notifications.SubCommunityAccept,
community_notifications.SubCommunityDecline.type: community_notifications.SubCommunityDecline,
# Subcommunity invitation request
community_notifications.SubComInvitationCreate.type: community_notifications.SubComInvitationCreate,
community_notifications.SubComInvitationAccept.type: community_notifications.SubComInvitationAccept,
community_notifications.SubComInvitationDecline.type: community_notifications.SubComInvitationDecline,
}
"""Notification builders."""

Expand Down

0 comments on commit d4cac1b

Please sign in to comment.