https://github.com/designftw/chat-lib/blob/377c431c08ecf81f6e067678726e4770bab09b4b/src/endpoints/WebSocketEndpoint.js#L71-L74 https://github.com/designftw/chat-lib/blob/377c431c08ecf81f6e067678726e4770bab09b4b/src/endpoints/WebSocketEndpoint.js#L81-L84 We should choose one, not sure if data always has the message attached so we may need to make an asynchronous call to load the new message.
chat-lib/src/endpoints/WebSocketEndpoint.js
Lines 71 to 74 in 377c431
chat-lib/src/endpoints/WebSocketEndpoint.js
Lines 81 to 84 in 377c431
We should choose one, not sure if data always has the message attached so we may need to make an asynchronous call to load the new message.