mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 10:15:32 +08:00

Previously when a topic had e.g. 10 posts and you read them all, the link to the "first unread" would be `/11`, even when we knew there are only 10. (the topic route/controller would then fix that in the location bar after a second if you followed that URL)