편집 이력을 클릭하면 '요청한 URL 또는 리소스를 찾을 수 없습니다.' 오류가 표시됩니다.

That was a nice one

https://github.com/discourse/discourse/pull/36870

The issue was that we were automatically increasing the public_version of a post, even we were going to hide the revision later in the process because a staff member added a hidden tag.

What made it somewhat harder to “track” was that we would fix the public_version later when the PostRevision.ensure_consistency! runs (it’s scheduled to run every 12 hours).