[bug] repeats are shown broken with restrict_unauthenticated, should be hidden entirely #597
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#597
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
From source
Extra details
Ubuntu 22.04
Version
33e7ae7637
PostgreSQL version
No response
What were you trying to do?
I want use these restrict_unauthenticated settings:
This way any not logged in user can see (as intended) my profile and my posts.
But they can also see my repeats, and in a kinda broken way, like in this attached screenshot.
Link to the post: https://a.n0id.space/notice/AXtSzz0PR0EkE2VZtw
Also see attached screenshot
I moved the issue from FE repo to here, cause it seems to be more a backend issue
Originally posted by @YokaiRick in /AkkomaGang/akkoma-fe/issues/302#issue-1359
What did you expect to happen?
I think they should be hidden completely, cause this kinda dissents the
activities: %{local: false, remote: true}
settingWhat actually happened?
Ppl can see remote posts, in a broken way.
Logs
No response
Severity
I can manage
Have you searched for this issue?
[bug]to [bug] repeats are shown broken with restrict_unauthenticated, should be hidden entirelyfun fact, i just discovered the post only loads if i click on the '2h ago' thread link in the same tab. if i open it any other tab it doesn't load as intended 🤔
aka you can reproduce this this way:
hopefully my description isn't too confusing