fix: prevent posts of deleted/banned users from being viewed#463
Merged
mrjvs merged 1 commit intoPretendoNetwork:devfrom Mar 24, 2026
Merged
fix: prevent posts of deleted/banned users from being viewed#463mrjvs merged 1 commit intoPretendoNetwork:devfrom
mrjvs merged 1 commit intoPretendoNetwork:devfrom
Conversation
These posts qualify as user data. Signed-off-by: Sienna "suprstarrd" M. <business@suprstarrd.com>
mrjvs
approved these changes
Mar 24, 2026
Contributor
mrjvs
left a comment
There was a problem hiding this comment.
This brings it inline with ctr and portal. Lgtm
We should really rework how the whole ban/delete system works, but that's for another refactor sometime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #461
Changes:
This fix prevents posts of deleted/banned users from being viewed. These posts qualify as user data, so if a user is banned they should be hidden.
As mentioned in #461 (links go to private channels), this is known to be a bug, and we agree something should be changed, but we do not have agreement on how to fix it. Currently, the angle of this PR is to simply make profiles behave as the original design intended to prevent stalking from bad actors, with the idea that we can adjust our design/intention at a later point. This angle (and therefore what this PR aims to solve) may change as discussion continues.