"Social Media Revolution: Transition from Twitter to X Sparks Major Overhaul!"
"In a powerful move reflecting the platform's rebranding, developers update all references, ensuring swift alignment with the new era of X!"
Commit Details:
fix: update Twitter URL to x.com format (#2484) Replaced the outdated Twitter URL (twitter) with the updated x.com format (x) to align with the platform's rebranding. <!-- start pr-codex --> --- ## PR-Codex overview This PR updates references from "twitter" to "x" across multiple files to reflect the rebranding of Twitter to X. ### Detailed summary - Updated `CHANGELOG.md` to change "twitter" to "x". - In `message.ts` files (both `hub-nodejs` and `core`), modified the comment for `TWITTER` from "Username of user on twitter" to "Username of user on x". - In `message.proto`, changed the comment for `USER_DATA_TYPE_TWITTER` from "Username of user on twitter" to "Username of user on x". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->