Updated: admin and server thumb unavailability check added

This commit is contained in:
pezcurrel 2022-12-28 17:12:40 +01:00
parent a970bd81f6
commit 512b397230

View file

@ -47,7 +47,7 @@
* index.php: if browser language is, eg, "pt" (portuguese), until "pt" will be available (if ever), use pt_BR
* "New" based on "InsertTS"
* remove Instances.New, Instances.Chosen e Instances.Good everywhere
- getinstinfo.php, instances.php: check whether server thumb exists, if not set it to null and modify instances.php to show a predefined "thumb not available" image stating that since upgrading to mastodon 4.0.? many instances lost their thumb
* getinstinfo.php, instances.php: check whether server thumb exists, if not set it to "unavailable" and modify instances.php to show a predefined "thumb not available" image
* use /api/v2/instance instead of /api/v1/instance when version >= 4.0.0
- what's thumbnail -> blurhash? how does it work? maybe just use css blur?
* GET /api/v1/example should return extended info (the about page?) when ver >= 4.0.0, but it doesn't; report it