diff --git a/changelog/unreleased/enhancement-ocm-handle-invite-generated-event.md b/changelog/unreleased/enhancement-ocm-handle-invite-generated-event.md new file mode 100644 index 000000000..71287251e --- /dev/null +++ b/changelog/unreleased/enhancement-ocm-handle-invite-generated-event.md @@ -0,0 +1,10 @@ +Enhancement: Handle OCM invite generated event + +Both the notification and audit services now handle the OCM invite generated event. + + - The notification service is responsible for sending an email to the invited user. + - The audit service is responsible for logging the event. + +https://github.com/owncloud/ocis/pull/9966 +https://github.com/cs3org/reva/pull/4832 +https://github.com/owncloud/ocis/issues/9583