-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
chat-lib/src/endpoints/WebSocketEndpoint.js
Lines 71 to 74 in 377c431
| detail: { | |
| messageId: data.messageId, | |
| aliasName, | |
| }, |
chat-lib/src/endpoints/WebSocketEndpoint.js
Lines 81 to 84 in 377c431
| detail: { | |
| message: data.message, | |
| aliasName | |
| }, |
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.
Metadata
Metadata
Assignees
Labels
No labels