Describe the bug
We anonymously log in using the username justinfan64537. However this allows users to ping all anonymous Chatterino users by typing that name.
It's declared here:
https://github.com/Chatterino/chatterino2/blob/e4af009fda9f277d6eacaa3d29b6f5a557409359/src/providers/twitch/TwitchCommon.hpp#L8

Solution for now.
Would it be possible to generate a random number postfix on app load rather than static 64537? At least that way users will be pseudo-unique
Would it be possible to generate a random number postfix on app load rather than static 64537? At least that way users will be pseudo-unique
There is an easier solution so we don't have to go this route
Most helpful comment
There is an easier solution so we don't have to go this route