[Bug] getPersonDetails for own account returning posts as an empty array even when posts are > 0
I am querying my own person details using "getPersonDetails" from lemmy-js-client. Meaning, I am putting in the person_id as the same person_id associated with the auth token.
I have queried lemmy.ca and enterprise.lemmy.ml. Both are at 0.19.11.
lemmy.ca is returning an empty array (despite the number of posts being more than 0 of course), while enterprise.lemmy.ca produces expected behavior.
This is a discrepancy between these 2 servers. Note that querying getPersonDetails for some other user returns as expected even for lemmy.ca. The issue exists only when a user queries their own person details for the posts.
关闭于 2025-04-28 0 条评论