docs: moar yellow [ci skip]

This commit is contained in:
decentral1se 2024-08-03 15:19:23 +02:00
parent 2250a705aa
commit d027d329fb
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -17,11 +17,11 @@ chmod +x blurp
## Field notes on how deletion works in GoToSocial
> ⚠️ How this exactly works seems to depend both on a shifting development sands
> 🟡 How this exactly works seems to depend both on a shifting development sands
> of GtS (**ALPHA SOFTWARE** etc.) but also how other Fediverse softwares deal
> with deletion (e.g. [Mastodon](https://oisaur.com/@renchap/112882201793431045),
> also shifting sands). This is a best-effort explanation and might quickly be
> out of date. Help welcome! ⚠️
> out of date. Help welcome! 🟡
* `blurp delete` will get you rate limited by your own instance. I temporarily solved this by [turning off rate limiting](https://docs.gotosocial.org/en/latest/api/ratelimiting/#can-i-configure-the-rate-limit-can-i-just-turn-it-off), running the command and then turning rate limiting back on again. I could probably implement some backoff in the code but this is just easier.