Refactor chat component to fix #1529

This commit is contained in:
Gabe Kangas
2021-12-27 23:00:10 -08:00
parent 4832938fec
commit f2e47c99a2
2 changed files with 195 additions and 143 deletions

View File

@@ -16,6 +16,7 @@ export const SOCKET_MESSAGE_TYPES = {
ERROR_USER_DISABLED: 'ERROR_USER_DISABLED',
ERROR_NEEDS_REGISTRATION: 'ERROR_NEEDS_REGISTRATION',
ERROR_MAX_CONNECTIONS_EXCEEDED: 'ERROR_MAX_CONNECTIONS_EXCEEDED',
VISIBILITY_UPDATE: 'VISIBILITY-UPDATE',
};
export const CALLBACKS = {