-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat: data layer integration #28114
Chat: data layer integration #28114
Conversation
a86764b
to
349f24e
Compare
349f24e
to
d9138fb
Compare
f0789ff
to
04d9ba2
Compare
packages/devextreme/testing/tests/DevExpress.ui.widgets/chatParts/chat.tests.js
Show resolved
Hide resolved
} | ||
|
||
dataSource.store().insert(message).done(() => { | ||
dataSource.load(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it required? Seems like it means that we'll send addition request after single message rendering, so it would be great if we can omit it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed this part separately. The details can be found in the corresponding team's post.
No description provided.