Un paio di possibili bug nella vista dei post eliminati

I’m not sure if it’s just my installation, but it looks like there are some bugs with the deleted-posts view (/u/<username>/deleted-posts).

The first posts look okay, like in this first image. Each deleted post title links to the post.

When I scroll down, it makes a network request to the path /posts/<username>/deleted?offset=60.

At that point, the formatting is broken. The topic titles are missing, and the text of some of the deleted posts are printed on the page, like in the middle example below (where it says “Does anyone know…” — that’s the body of the deleted post).

The other bug is that on another user’s deleted-posts view, the emojis in the title are being turned into HTML in the topic title. It’s a private message, if that matters.

If someone else has a site with users who have more than 60 deleted posts, can you check to see if it’s a Discourse bug or just my installation? Scroll down the list of deleted posts until the frontend makes a request to get the next batch, and see if the newly loaded ones are broken.