Hacker News new | ask | show | jobs
by eugeniub 3198 days ago
Twitter has some problems too. People do change their username, and every time they do, all previous tweets mentioning them by @username lead to dead ends.
2 comments

If they do (I haven't verified if you're right) then that's an implementation issue. Twitters API returns rich information about every mention that shows they very well could store an association to the internal user id if they want to.

But it may very well be for good reason. E.g. lets say an account is taken over by someone who changes the account into something suitably offensive after obtaining a lot of mentions. It would seem that treating a change as basically "this is a new account now" is the safest alternative in some respects.

Just match the mentions to an ID instead of something that's not static.