User/Role Joins not being deleted

Hi,

I deleted a User who had corresponding Roles in the _Join:users:_Roles collection and those entries aren’t being deleted. Is that intended behavior?

Tnx
Doug

As far as I know Parse Server doesn’t remove and orphaned relations after delete, as the join table object are quite small. You can do this via a trigger, but it’s probably a good feature suggestion (if it hasn’t already been suggested)

Thanks dblythy

I’ll check the issues in github and open one if none pre-existing

Doug