I’m using the statuses/update method to post a reply to a user.
The user had sent a tweet using (for example) @pepe as his username.
The tweet was replied by me to that user, but in the meantime, he changed his username to @pepito.
My replied tweet was sent and its visible to all the users.
Is there something I’m missing or this is the expected result?
(I’m using the in_reply_to_status_id parameter to reply to the user)