Skip to content

Commit

Permalink
feat(chat): showDayHeaders, showAvatar, showUserName and showMessageT…
Browse files Browse the repository at this point in the history
…imestamp are now passed to messageList as false
  • Loading branch information
Strider2342 committed Oct 29, 2024
1 parent e6f6146 commit 475092c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/devextreme/js/__internal/ui/chat/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ class Chat extends Widget<Properties> {
const {
items = [],
user,
showDayHeaders = true,
showAvatar = true,
showUserName = true,
showMessageTimestamp = true,
showDayHeaders = false,
showAvatar = false,
showUserName = false,
showMessageTimestamp = false,
messageTemplate,
dayHeaderFormat,
messageTimestampFormat,
Expand Down

0 comments on commit 475092c

Please sign in to comment.