-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
[Feature] Display boosted posts on web profile #3346
base: main
Are you sure you want to change the base?
Conversation
77937be
to
4b7d7f9
Compare
Thanks! Will take a look at this after we've finished the 0.17.0 release cycle, so it can be included in 0.18.0 if all goes well :) |
No worries, keep up the good work! |
Converting to draft because there's an error when trying to display boosted remote posts. |
Just a heads up, I'm going to work on making this work this weekend. |
Yep still happening, here's the error I'm getting when trying to display my profile page with boosts enabled:
|
RSS seems to work properly, however boosted account incorrectly are shown as digging further. |
If people want to help debug here's the docker image with the current changes https://hub.docker.com/r/soykaf/gotosocial |
Description
This pull request makes it possible to view boosted posts on an accounts web profile.
It's also possible to disable this feature via a new setting on the settings page.
closes #926
Checklist
Please put an x inside each checkbox to indicate that you've read and followed it:
[ ]
->[x]
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
go fmt ./...
andgolangci-lint run
.