Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 834e1c3f authored by Bnyro's avatar Bnyro Committed by Markus Heiser
Browse files

[mod] engine lemmy: increase thumbnail quality to align with theme

parent c381fc00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ def _get_posts(json):

        img_src = None
        if result['post'].get('thumbnail_url'):
            img_src = result['post']['thumbnail_url'] + '?format=webp&thumbnail=128'
            img_src = result['post']['thumbnail_url'] + '?format=webp&thumbnail=208'

        metadata = (
            f"▲ {result['counts']['upvotes']} ▼ {result['counts']['downvotes']}"