Update conversation.html

This commit is contained in:
2025-05-27 15:52:14 +02:00
parent 586337ceec
commit 37cc454804

View File

@@ -398,7 +398,8 @@ if (typeof window.ChatManager === 'undefined') {
});
// Create socket instance
socket = io({
socket = io(window.location.origin, {
path: '/socket.io/',
transports: ['websocket', 'polling'],
upgrade: true,
reconnection: true,