Skip to content

fix: no nested subscriptions on the user model

Jean-Baptiste Pasquier requested to merge fix-no-nested-sub-on-user-model into master

Related infra/platform#78 (comment 38050)

When auto-creating nested subscriptions, we don't need those for User as some like Notification one will lead to a notification loop when the user receive a notification to notify themself that they receive... a notification. :-)

Merge request reports