This repository contains the fix for a bug that was affecting approximately 1% of Twitter users. The issue was that when these users tapped on a "Comment" within the Twitter app, they were inadvertently redirected to the profile page of the comment's author and the respective comment was expanded. The intended behavior was to simply expand the comment within the current context.
Our team has diagnosed the root cause of the issue and implemented a fix. The private release of the fix was launched on July 2nd, and today, July 4th, we're pleased to announce the public release. Now, tapping on a "Comment" will correctly expand the comment within the context of the original tweet.
Clone this repository
git clone https://github.com/username/twitter_comment_bugfix.git
Navigate to the project directory
cd twitter_comment_bugfix
Install the necessary dependencies
npm install
Run the patch
npm run patch
If you find any other bugs or have suggestions to improve this fix, please create an issue or submit a pull request.
A big thank you to our user community for bringing this issue to our attention, and to our team for diagnosing and addressing this bug quickly.
This project is licensed under the MIT License - see the LICENSE file for details.