aeharding / voyager

Voyager — a mobile-first Lemmy client
https://vger.app
GNU Affero General Public License v3.0
1.4k stars 163 forks source link

Use `thumbnail_url` as fallback #1473

Closed sharunkumar closed 2 weeks ago

sharunkumar commented 3 weeks ago

Possibly fixes #1472

aeharding commented 2 weeks ago

Hi!

This is specifically loaded first for privacy reasons because the thumbnail url is usually cached on your own instance, so the client doesn't make requests to arbitrary hosts.

So we should probably look for another approach.

sharunkumar commented 2 weeks ago

Closing in favor of https://github.com/aeharding/voyager/pull/1477