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
{{ message }}
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
Not sure if this is a bug or should just be put as a feature but when users are deleted VIA user profile UI option, their discussions and posts get deleted but their polls don't.
There should be added functionality that when this action occurs, the user's polls in the database get deleted as well.
The text was updated successfully, but these errors were encountered:
We either want to keep the poll or CASCADE on delete. Flarum for beta 8 has a DB changes PR, not sure if CASCADE or keeping discussions & posts like reddit does was decided.
We probably want to support [deleted] users, so apart from a migration (set null on delete), some code will also have to be rewritten to allow for non existent users's votes.
Not sure if this is a bug or should just be put as a feature but when users are deleted VIA user profile UI option, their discussions and posts get deleted but their polls don't.
There should be added functionality that when this action occurs, the user's polls in the database get deleted as well.
The text was updated successfully, but these errors were encountered: