0

Update error message

This commit is contained in:
Gabe Kangas 2021-07-28 13:00:20 -07:00
parent 810b0cd5da
commit e72b0c640c

View File

@ -188,7 +188,7 @@ export default class Websocket {
handleNetworkingError(error) {
console.error(
`Websocket Error. Chat is likely not working. Visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ${error}`
`Chat has been disconnected and is likely not working for you. It's possible you were removed from chat. If this is a server configuration issue, visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ${error}`
);
}
}