chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.34k stars 116 forks source link

Promise support for MessageIdGenerator #72

Closed s-ueno closed 2 years ago

s-ueno commented 2 years ago

I am looking at BasicStorage. We add and publish messages with addMessage and use MessageIdGenerator internally, but we sometimes ask the server to issue message IDs.

It would be helpful if it could be accepted asynchronously.

s-ueno commented 2 years ago

Sorry. I will post it at @chatscope/use-chat.