Got another one!
{
"id": 52023,
"title": "TIL (Today I Learned) Thread",
"fancy_title": "TIL (Today I Learned) Thread",
"slug": "til-today-i-learned-thread",
"posts_count": 3851,
"reply_count": 2539,
"highest_post_number": 3858,
"image_url": "https://global.discourse-cdn.com/wanikanicommunity/optimized/4X/9/8/0/9802b041680547ba5b31c65bb04cda058d1c3c36_2_953x1024.jpeg",
"created_at": "2021-06-16T14:34:53.139Z",
"last_posted_at": "2024-03-13T23:34:28.846Z",
"bumped": true,
"bumped_at": "2024-03-13T23:34:28.846Z",
"archetype": "regular",
"unseen": false,
"last_read_post_number": 4215,
"unread": 0,
"new_posts": 0,
"unread_posts": 0,
"pinned": false,
"unpinned": null,
"visible": true,
"closed": false,
"archived": false,
"notification_level": 2,
"bookmarked": false,
"liked": true,
"tags_descriptions": {
},
"views": 29846,
"like_count": 18161,
"has_summary": true,
"last_poster_username": "Rrwrex",
"category_id": 9,
"pinned_globally": false,
"featured_link": null,
"has_accepted_answer": false,
"can_vote": false,
"posters": [
{
"extras": null,
"description": "Original Poster",
"user_id": 88128,
"primary_group_id": 162,
"flair_group_id": null
},
{
"extras": null,
"description": "Frequent Poster",
"user_id": 67767,
"primary_group_id": 220,
"flair_group_id": 220
},
{
"extras": null,
"description": "Frequent Poster",
"user_id": 7436,
"primary_group_id": 220,
"flair_group_id": 220
},
{
"extras": null,
"description": "Frequent Poster",
"user_id": 98352,
"primary_group_id": 125,
"flair_group_id": 125
},
{
"extras": "latest",
"description": "Most Recent Poster",
"user_id": 71460,
"primary_group_id": 220,
"flair_group_id": 220
}
]
}
And it does indeed show up with the same styling as fully-read topics:
(it’s the TIL thread)
Another thing I’ve noticed: I will occasionally see the Unread tab in the topics overview appear with a counter, like Unread (1)
but when I click on it nothing’s there. I’m not 100% sure it’s related to this issue, but I suspect it is.
Interestingly enough the Unread tab is gone after clicking on it, so I’m guessing (but this is very much me spitballing) Discourse notices there’s a new reply to a topic I’m tracking (just as part of polling for new updates), updates the overview with an Unread counter accordingly, but then doesn’t actually register the topic as having unread posts because the last_read_post_number
is higher than highest_post_number
, so when I navigate to the Unread tab it fails to actually fetch anything.
EDIT: and another one
{
"id": 41235,
"title": "Improving our mental health together :two_hearts:",
"fancy_title": "Improving our mental health together :two_hearts:",
"slug": "improving-our-mental-health-together",
"posts_count": 2632,
"reply_count": 2025,
"highest_post_number": 2712,
"image_url": "https://global.discourse-cdn.com/wanikanicommunity/optimized/4X/a/f/2/af2d071ee0ca48fd9d9317cef8f2a2d75f527cad_2_1024x530.png",
"created_at": "2020-01-07T15:53:55.829Z",
"last_posted_at": "2024-03-14T00:24:08.379Z",
"bumped": true,
"bumped_at": "2024-03-14T00:29:21.588Z",
"archetype": "regular",
"unseen": false,
"last_read_post_number": 4398,
"unread": 0,
"new_posts": 0,
"unread_posts": 0,
"pinned": false,
"unpinned": null,
"visible": true,
"closed": false,
"archived": false,
"notification_level": 2,
"bookmarked": false,
"liked": true,
"unicode_title": "Improving our mental health together 💕",
"tags_descriptions": {
},
"views": 19247,
"like_count": 13310,
"has_summary": true,
"last_poster_username": "latelamen",
"category_id": 9,
"pinned_globally": false,
"featured_link": null,
"has_accepted_answer": false,
"can_vote": false,
"posters": [
{
"extras": null,
"description": "Original Poster",
"user_id": 4960,
"primary_group_id": 95,
"flair_group_id": 95
},
{
"extras": null,
"description": "Frequent Poster",
"user_id": 15232,
"primary_group_id": 170,
"flair_group_id": 170
},
{
"extras": null,
"description": "Frequent Poster",
"user_id": 67368,
"primary_group_id": 161,
"flair_group_id": 161
},
{
"extras": null,
"description": "Frequent Poster",
"user_id": 9728,
"primary_group_id": 129,
"flair_group_id": 129
},
{
"extras": "latest",
"description": "Most Recent Poster",
"user_id": 69207,
"primary_group_id": 171,
"flair_group_id": 171
}
]
}