Deleted posts no longer showing as hidden

Hi,

We’re still on Discourse 3.2 on our live site and recently deleted posts have stopped showing as hidden. They disappear from the thread entirely and it means I can’t add a user note to it. They still show up when looking at /deleted-posts on profile view but can’t be clicked through. Auto delete hidden posts is set to maximum. Can anyone help please? Thanks!

2 Likes

This is happening on topics that have over 10,000 posts, for performance reasons.

MEGA_TOPIC_POSTS_COUNT = 10_000

PERF: Drop support for gaps in mega topics.
Based on our current implementation, there isn’t a
practical way to determine the gaps of large topics
cheaply. We tried to load the gaps in chunks but felt
that the code becomes too complicated. Note that
megatopics are quite rare in the wild.

4 Likes