Fix notifications breaking due to deleted role being assigned
All threads resolved!
All threads resolved!
Notifications currently break if you assign a role to a user (which notifies them), and then said role is deleted.
This case scenario is supposed to be handled already.
However, this fix is not working, as this.roleEntityService.pack(notification.roleId)
is throwing EntityNotFoundError
, which is not handled.
Fixes #630 (closed)