Update Redditlikechatter.HTML

This commit is contained in:
Dangrainage 2024-01-29 12:06:22 +01:00 committed by GitHub
parent 4817f88c90
commit cf4e2f9cb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@
let username = localStorage.getItem('username') || '';
usernameInput.value = username;
const socket = new WebSocket('https://js.pusher.com/8.2.0/pusher.min.js');
const socket = new WebSocket('wss://ws.postman-echo.com/raw');
socket.addEventListener('open', () => {
sendButton.disabled = false;