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
We would like to delete user data that's older than 14 days.
This is not currently implemented, however there's an easy fix. This fix requires another end point that only the server would call on a daily basis (setup a cronjob) to delete old data. This endpoint would not be made available at the JSON RPC server so that could only be called internally.
The text was updated successfully, but these errors were encountered:
We would like to delete user data that's older than 14 days.
This is not currently implemented, however there's an easy fix. This fix requires another end point that only the server would call on a daily basis (setup a cronjob) to delete old data. This endpoint would not be made available at the JSON RPC server so that could only be called internally.
The text was updated successfully, but these errors were encountered: