If someone knows what on earth this glitch is please tell meeeeeeeeee So ummmm... I just asked ChatGPT and here's a reasonable explanation for what on earth just happened: In most cases, this occurs when a message arrives at the exact moment the page is loading. Essentially, your inbox receives new data while the system is still initializing, causing it to attempt two processes at once. This is usually harmless, but in rare instances the server may lag slightly, resulting in a brief calculation error. During this moment, the system tries to count a value that effectively doesn’t exist yet. As a result, the counter rapidly increases until it reaches 2,147,483,647 — the maximum value the system can store. Since it cannot exceed this limit, it then overflows and begins counting downward, eventually stopping at −2,147,483,648, where it becomes stuck. In reality, the true value is likely far higher (theoretically even trillions), but the system can no longer represent it correctly. Once the page finishes loading, this overflow manifests as a rare visual glitch, making it appear as though you have a negative number of messages. Fortunately, this is purely a display issue. Refreshing the page or reopening the messages tab will force the system to recalculate correctly — and you’ll find that you almost certainly have a normal number of messages… probably just one or two.