mirror of https://gitlab.com/tildes/tildes.git
Browse Source
When you're posting a new topic and you fill out both the link and text fields, it posts as a link topic with the text posted as the first comment. Because this is done in the same database transaction, the link and comment get exactly the same `created_time` value. Previously, the comment was being sorted "before" the topic, which was a bit confusing when viewing a user's profile - it would show the comment as being posted before the topic it was posted on. This just reverses the order that the two lists are joined in to fix this slight oddity.merge-requests/19/head
Deimos
6 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue