mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 21:17:29 -06:00
* fix possible infinite recursion if moved accounts are self-referential * adds a defensive check for a boost being a boost of a boost wrapper * add checks on input for a boost of a boost * remove unnecessary check * add protections on account move to prevent move recursion loops * separate status conversion without boost logic into separate function to remove risk of recursion * move boost check to boost function itself * formatting * use error 422 instead of 500 * use gtserror not standard errors package for error creation |
||
|---|---|---|
| .. | ||
| account.go | ||
| account_test.go | ||
| announce.go | ||
| collection.go | ||
| dereferencer.go | ||
| dereferencer_test.go | ||
| emoji.go | ||
| emoji_test.go | ||
| finger.go | ||
| handshake.go | ||
| instance.go | ||
| status.go | ||
| status_test.go | ||
| thread.go | ||
| util.go | ||