mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 00:42:25 -05:00
* create visibility filter for boostability and allow self-boosting for any visbility but direct messages * add a followers-only status to local_account_2 * fix typo in comment * add license header, unwrap errors, be explicit about non-boostable visibility settings to avoid rogue boosting from miscoded clients, use ID compare for checking if self-boosting * add tests for statusboostable filter * fix tests that were affected by adding a new status to the test data * fix the rest of tests affected by adding a status to the textrig data |
||
|---|---|---|
| .. | ||
| boost.go | ||
| boostedby.go | ||
| context.go | ||
| create.go | ||
| create_test.go | ||
| delete.go | ||
| fave.go | ||
| favedby.go | ||
| get.go | ||
| status.go | ||
| status_test.go | ||
| unboost.go | ||
| unfave.go | ||
| util.go | ||
| util_test.go | ||