You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
API responses getting comments return deleted and removed ones. I believe this behavior was introduced in #3965. We decided to let clients to handle how to display content. However, we should still not return comment content in the response.
Steps to Reproduce
Hit an endpoint that includes CommentViews
See if any results are deleted and removed. If not, keep paging.
Check comment content in response
Technical Details
n/a
Version
BE 0.19.3
Lemmy Instance URL
lemmygrad.ml, hexbear.net
The text was updated successfully, but these errors were encountered:
SleeplessOne1917
changed the title
[Bug]: Text for deleted and removed
[Bug]: Text for deleted and removed comments always returned over API
Apr 23, 2024
Requirements
Summary
API responses getting comments return deleted and removed ones. I believe this behavior was introduced in #3965. We decided to let clients to handle how to display content. However, we should still not return comment content in the response.
Steps to Reproduce
CommentViews
Technical Details
n/a
Version
BE 0.19.3
Lemmy Instance URL
lemmygrad.ml, hexbear.net
The text was updated successfully, but these errors were encountered: