Skip to content

fix: prevent posts of deleted/banned users from being viewed#463

Merged
mrjvs merged 1 commit intoPretendoNetwork:devfrom
suprstarrd:fix/viewable-user-posts
Mar 24, 2026
Merged

fix: prevent posts of deleted/banned users from being viewed#463
mrjvs merged 1 commit intoPretendoNetwork:devfrom
suprstarrd:fix/viewable-user-posts

Conversation

@suprstarrd
Copy link
Copy Markdown
Contributor

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.

These posts qualify as user data.

Signed-off-by: Sienna "suprstarrd" M. <business@suprstarrd.com>
@ashquarky ashquarky requested a review from mrjvs March 24, 2026 10:12
Copy link
Copy Markdown
Contributor

@mrjvs mrjvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@mrjvs mrjvs merged commit 249af5a into PretendoNetwork:dev Mar 24, 2026
7 checks passed
@suprstarrd suprstarrd deleted the fix/viewable-user-posts branch March 24, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Regression]: Banned users' posts may display on profile

2 participants