this post was submitted on 08 Oct 2025
13 points (100.0% liked)

Voyager

7431 readers
4 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! 👇

Number of sponsors badge

💙

founded 2 years ago
MODERATORS
 

For example, !anime@ani.social has two threads pinned.

Browsing through lemmy.zip correctly shows them on top.

https://vger.app/posts/lemmy.zip/c/anime@ani.social

But browsing through piefed.zip does not.

https://vger.app/posts/piefed.zip/c/anime@ani.social

I think this might be a lemmy vs piefed API difference? Perhaps something needs to be adjusted on Voyager to support this on piefed?

top 3 comments
sorted by: hot top controversial new old
[–] aeharding@vger.social 2 points 3 days ago (1 children)

That sounds like possibly a piefed bug, if the pinned posts aren’t being returned at the top.

[–] 1Fuji2Taka3Nasubi@piefed.zip 1 points 3 days ago (1 children)

Thanks, so Voyager is showing the posts in the order the APIs returned them? I guess I'll play around with the APIs a bit and see if there is a difference between lemmy and piefed.

FWIW, pinned posts do show on top on piefed's native web interface.

[–] aeharding@vger.social 1 points 2 days ago

Yeah that’s one of the benefits of Lemmy API: it’s used for the official Lemmy UI so apps have access to the exact same data and functionality.

On piefed the official UI has special access and the API for apps is separate. Kinda makes it a second class citizen