FreeTube
FreeTube copied to clipboard
IV: fix loading community tab
IV: fix loading community tab
Pull Request Type
- [x] Bugfix
Description
The community tab was renamed to posts
Testing
These are the steps I did to test this. It might be a bit overkill but there are no public instances with api enabled
Invidious Setup for FreeTube development
- install podman or docker if not already installed (I recommend using either podman desktop or docker desktop but you should be able to use CLI as well)
- checkout latest changes from the invidious repo
- modify the
hmac_keyin the docker-compose.yml file (you can set it to anything for development purposes just as long as it's notCHANGE_ME!!) - run
podman compose up -dordocker compose up -d
FreeTube setup
- set
Current Invidious Instancein FreeTube to http://localhost:3000 - go to a channel with community posts (ex: https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA) and verify that the tests are working as expected
cleanup Invidious
- I use Podman desktop to stop as well as delete containers since it's easier for me than using the CLI (you can also use Docker Desktop to do the same).
Desktop
- OS: Fedora Linux
- OS Version: 41 kde
- FreeTube version: latest nightly