Closed alexandruchircu closed 1 year ago
Jerboa Version 0.0.38
Describe the bug Posts listing does not respect the "removed": true property
"removed": true
To Reproduce Steps to reproduce the behavior:
Not 100% sure about these, sorry...
The idea is to have posts with "removed": true (the community is also removed).
Now, get this in /api/v3/post/list?auth=XYZ&other&options:
/api/v3/post/list?auth=XYZ&other&options
This post will be shown on Jerboa, when ListingType is "All".
Removed posts are shown for admins on the lemmy backend, by design (so they can unremove them and such). This isn't a jerboa issue.
Jerboa Version 0.0.38
Describe the bug Posts listing does not respect the
"removed": true
propertyTo Reproduce Steps to reproduce the behavior:
Not 100% sure about these, sorry...
The idea is to have posts with
"removed": true
(the community is also removed).Now, get this in
/api/v3/post/list?auth=XYZ&other&options
:Have a post with `"removed": true`
"post": { "id": 15597, "name": "He convinced you to dress up for fun, and what fun you had!", "url": "https://www.redgifs.com/watch/politicalcreamyyosemitetoad", "body": "Migrating all my stuff slowly from the other site. Might start adding some new stuff too!", "creator_id": 1795, "community_id": 179, "removed": true, "locked": false, "published": "2023-06-23T12:56:19.760570", "deleted": false, "nsfw": true, "embed_title": "This post will be shown on Jerboa, when ListingType is "All".