You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if a hook for account deletion can be added.
This way we can clean up any storage objects that are not directly associated to the account.
We've tried setting up a hook for RegisterAfterDeleteStorageObjects but this is never fired when deleting an account even though the storage objects from the account get deleted.
So currently there is no way to run some code when an account is deleted.
The text was updated successfully, but these errors were encountered:
@novabyte For example we store a list of users that assisted you which is stored on an object owned by the user that got assisted.
Another example would be for custom logic when an account is deleted, let's say we have a (non realtime) turn based match between 2 players and 1 player deletes his account, then the match needs be be destroyed too and the other player should be notified.
It would be great if a hook for account deletion can be added.
This way we can clean up any storage objects that are not directly associated to the account.
We've tried setting up a hook for
RegisterAfterDeleteStorageObjects
but this is never fired when deleting an account even though the storage objects from the account get deleted.So currently there is no way to run some code when an account is deleted.
The text was updated successfully, but these errors were encountered: