Store status data inside flag activity
All threads resolved!
All threads resolved!
Rationale: the way reports are implemented now the following situation is possible: user creates a status, that status gets reported N times, user deletes his status, admin can't see deleted status, because now we only store status reference.
Edited by Maxim Filippov
Merge request reports
Activity
mentioned in merge request !1815 (merged)
- Resolved by Maxim Filippov
It's a difficult topic, because we should never store more data than necessary, GDPR and all. I think saving the reported post in the flag is fine, but:
- The embedded post should probably not leave the instance.
- The embedded post must be removed after the flag is cleared.
At least that would be my suggestion
mentioned in issue #1161 (closed)
added 1 commit
- 8eff05d4 - Strip status data from Flag (when federating or closing/resolving report)
added 193 commits
-
8eff05d4...060adfd7 - 192 commits from branch
pleroma:develop
- 791bcfd9 - Merge branch 'develop' into feature/store-statuses-data-inside-flag
-
8eff05d4...060adfd7 - 192 commits from branch
added 2 commits
mentioned in commit 556da929
Please register or sign in to reply