# Information on our GoToSocial fork/patchset

# Our fork Gitlab repo

### Fork information

Our fork of GoToSocial is available at [https://gitlab.com/website-league/gotosocial](https://gitlab.com/website-league/gotosocial). Patches are tracked on the [league-patches](https://gitlab.com/website-league/gotosocial/-/commits/league-patches) branch, currently based off of the upstream 0.16.0 release.

#### CI &amp; release process

The current CI pipeline configuration runs for pushes, merge requests, tagged commits, and manual triggers from the web UI.

New releases and container images are only built when new tags are pushed, otherwise only the lint jobs are run.

# Current patches

These are the current patches applied to [our patches branch](https://gitlab.com/website-league/gotosocial/-/commits/league-patches):

- `patch: add fork notice to README`
- `patch: disable following / statuses / reblogs / favorites numbers`
    - Comments out all Numbers:tm: fields from the public api
- `patch: disable public timeline unconditionally`  
    
    - Force-disables the public timeline api endpoint by always returning an error early

plus various CI-related patches (`ci:` commits) to set up goreleaser with Gitlab CI.