diff --git a/server-plugins/notification-resources/src/index.ts b/server-plugins/notification-resources/src/index.ts index b547c885d3..3567640f87 100644 --- a/server-plugins/notification-resources/src/index.ts +++ b/server-plugins/notification-resources/src/index.ts @@ -601,6 +601,7 @@ async function updateCollaboratorsMixin ( originTx: TxCUD ): Promise { if (tx._class !== core.class.TxMixin) return [] + if (originTx.space === core.space.DerivedTx) return [] if (!control.hierarchy.isDerived(tx.mixin, notification.mixin.Collaborators)) return [] const res: Tx[] = [] if (tx.attributes.collaborators !== undefined) {