A user creates a private discussion whose recipient unincluded admins and mods.
The user deletes the above private discussion.
Admins and mods can't see the above private discussion, which implies they can't delete it forever.
We can see the data of the above private discussion in MySQL table discussions. Note that the value of its is_private is 1 implies admins and mods can't see it.
If we want to delete the above private discussion forever, we need to change the value of its is_private to 0, implying that admins and mods can delete it forever.
Expected Behavior
The data in MySQL should be removed.
Bug Report
Steps to Reproduce
discussions
. Note that the value of itsis_private
is1
implies admins and mods can't see it.If we want to delete the above private discussion forever, we need to change the value of its
is_private
to0
, implying that admins and mods can delete it forever.Expected Behavior The data in MySQL should be removed.
Screenshots No.
Environment