We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0712cdc + a1d1352 commit 89e41a1Copy full SHA for 89e41a1
1 file changed
layouts/header/script.js
@@ -1398,7 +1398,7 @@ let userDataFunction = async user => {
1398
modal = createModal(html`
1399
<div class="inbox" style="height: 100%;">
1400
<div class="xchat" style="height: 100%;">
1401
- <iframe id="xchat-iframe" src="https://x.com/i/chat?newtwitter=true&if=1" style="width: 100%; height: 100%; border: none;"></iframe>
+ <iframe id="xchat-iframe" src="https://chat.x.com" style="width: 100%; height: 100%; border: none;"></iframe>
1402
</div>
1403
1404
`, "inbox-modal", () => {
0 commit comments