Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] [regression] no longer serves public replies on the web #3465

Closed
mirabilos opened this issue Oct 20, 2024 · 4 comments
Closed

[bug] [regression] no longer serves public replies on the web #3465

mirabilos opened this issue Oct 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@mirabilos
Copy link
Contributor

Describe the bug with a clear and concise description of what the bug is.

Used to be I could go to the https://$instance/… URI of a public reply I wrote and see it on the web, but this is no longer true, e.g. https://toot.mirbsd.org/@mirabilos/statuses/01JAKGX2SCV4FN125PWDYNMFS9 now gives a 404.

Corresponding log:

func=server.init.func1.Logger.13.1 level=INFO latency="833.236µs" userAgent="…" method=GET statusCode=404 path=/@mirabilos/statuses/01JAKGX2SCV4FN125PWDYNMFS9 errors="Error #01: no statuses visible in main thread\n" requestID=b2ma39wj04001bsqw09g msg="Not Found: wrote 1.42kiB"

What's your GoToSocial Version?

0.17.0+git-3ad49f7 🦥

GoToSocial Arch

amd64 binary

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Anything else we need to know?

No response

@mirabilos mirabilos added the bug Something isn't working label Oct 20, 2024
@mirabilos
Copy link
Contributor Author

Oh, forgot: I checked the DB and, indeed…

gotosocial=# SELECT visibility FROM statuses WHERE id='01JAKGX2SCV4FN125PWDYNMFS9';
 visibility 
------------
 public
(1 row)

@tsmethurst
Copy link
Contributor

If it's a public reply to a non-public or a deleted post that's intended behavior, as there's no "main" thread or main post to show.

@mirabilos
Copy link
Contributor Author

mirabilos commented Oct 20, 2024 via email

@tsmethurst
Copy link
Contributor

I'll close this then as it's intended behavior :) Indeed it was a bit weird that it worked before, when it shouldn't have really :')

@tsmethurst tsmethurst closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants