You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- FYI, it doesn't provide very many details, including the OP yet confirming or denying my suspicion mentioned in my comment there (which also links to this question here), but due to the timing, I suspect that the Math meta post of Asking clarification between "presentation" of comments may also be due to this issue. However, it's currently closed as a duplicate, so you may potentially wish to just comment there.John Omielan– John Omielan2025-11-12 03:06:41 +00:00Commented Nov 12 at 3:06
- 3@JohnOmielan Thank you for pointing me to the other post. I will comment there!Shiyao Li– Shiyao Li StaffMod2025-11-12 15:52:33 +00:00Commented Nov 12 at 15:52
- @ShiyaoLi Does this older report have the same cause?Sonic the Anonymous Hedgehog– Sonic the Anonymous Hedgehog2025-11-12 18:07:52 +00:00Commented Nov 12 at 18:07
- 3@SonictheAnonymousHedgehog All inbox counter errors are caused by counting unread notifications incorrectly, though the specific reasons vary by case. In this instance, the incorrect count was caused by an error happened in the one-time batch-sending process. I’m not sure why comment notifications behave that way, but their underlying issue is different from this one.Shiyao Li– Shiyao Li StaffMod2025-11-12 18:31:34 +00:00Commented Nov 12 at 18:31
- 1@ShiyaoLi, but why just not guard counter to 0, so not show negative value?Grundy– Grundy2025-11-12 20:26:04 +00:00Commented Nov 12 at 20:26
- 8@Grundy This is an older bug in the inbox system and eventually we'll need to do that.Shiyao Li– Shiyao Li StaffMod2025-11-12 20:48:04 +00:00Commented Nov 12 at 20:48
- @ShiyaoLi, btw, why when i "mark as read" concrete notification in inbox - counter reset to 0, but on refresh still show regative value? seems like on client added some "hotfix" but not update server stateGrundy– Grundy2025-11-12 22:06:08 +00:00Commented Nov 12 at 22:06
- 2@Grundy I haven’t personally worked on the inbox system, so I don’t want to risk providing inaccurate information. I may not be very helpful beyond identifying what happened with the room guidelines notifications. Sorry about that!Shiyao Li– Shiyao Li StaffMod2025-11-12 23:07:08 +00:00Commented Nov 12 at 23:07
- @ShiyaoLi oookay :)Grundy– Grundy2025-11-13 00:19:00 +00:00Commented Nov 13 at 0:19
- Re "It affected some users who own multiple chat rooms", I don't think I own any, and it affected me. But "Mark all as read" did fix the issue.ikegami– ikegami2025-11-13 19:26:05 +00:00Commented Nov 13 at 19:26
- 3@ikegami You own 3 long-deleted rooms. Based on other reports, it seems the script did not properly ignore those somehow.Mast– Mast2025-11-13 19:40:59 +00:00Commented Nov 13 at 19:40
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you