mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: Add last visit indication to topic view page. (#13471)
This PR also removes grey old unread bubble from the topic badges by dropping `TopicUser#highest_seen_post_number`.
This commit is contained in:
parent
0f688f45bd
commit
37b8ce79c9
64 changed files with 306 additions and 312 deletions
|
@ -346,7 +346,6 @@ task 'posts:reorder_posts', [:topic_id] => [:environment] do |_, args|
|
|||
["post_timings", "post_number"],
|
||||
["posts", "reply_to_post_number"],
|
||||
["topic_users", "last_read_post_number"],
|
||||
["topic_users", "highest_seen_post_number"],
|
||||
["topic_users", "last_emailed_post_number"],
|
||||
].each do |table, column|
|
||||
builder = DB.build <<~SQL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue