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] 404 when trying to pin from pinafore #947

Closed
flo-dhalluin opened this issue Nov 2, 2022 · 3 comments · Fixed by #1547
Closed

[bug] 404 when trying to pin from pinafore #947

flo-dhalluin opened this issue Nov 2, 2022 · 3 comments · Fixed by #1547
Labels
bug Something isn't working not implemented yet We probably will implement this. But we haven't yet ;)

Comments

@flo-dhalluin
Copy link

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

Trying to pin a post from pinafore yields a 404 message flashing.

What's your GoToSocial Version?

v0.5.2

GoToSocial Arch

binary amd64

Browser version

No response

What happened?

create a post from pinafore ( public ) -> pin -> 404 msg

pinafore appears to calls POST /api/v1/statuses/{status_id}/pin <- 404.

Not sure if because pin is not implemented or it's actually a bug.. thanks !

What you expected to happen?

No response

How to reproduce it?

No response

Anything else we need to know?

No response

@flo-dhalluin flo-dhalluin added the bug Something isn't working label Nov 2, 2022
@tsmethurst
Copy link
Contributor

Heya, it's just not implemented yet, so this is expected and normal :)

@lzap
Copy link
Contributor

lzap commented Nov 7, 2022

Damn, I want to be able to pin. Let me implement this, is that a big feature or smallish? :-)

Can you direct me where to start digging? I am experienced software engineer, just basic information like "new column needs to be added, new endpoint, whatever". Cheers!

@tsmethurst
Copy link
Contributor

Let me implement this, is that a big feature or smallish?

Just wait a bit, we're currently in the process of reordering our roadmap document to have a better idea of what needs to be implemented when, to stop things getting chaotic ;)

@tsmethurst tsmethurst added the not implemented yet We probably will implement this. But we haven't yet ;) label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not implemented yet We probably will implement this. But we haven't yet ;)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants