@@ -171,7 +171,7 @@ fetchMessages({ room, options }) {
171171| rooms | Array | - | [ ] |
172172| loadingRooms (2) | Boolean | - | false |
173173| roomId (3) | [ String, Number] | - | null |
174- | loadFirstRoom (4) | Boolean | - | true |
174+ | loadFirstRoom (4) | Boolean | - | true |
175175| messages | Array | - | [ ] |
176176| roomMessage (5) | Object | - | null |
177177| messagesLoaded (6) | Boolean | - | false |
@@ -184,7 +184,7 @@ fetchMessages({ room, options }) {
184184| showEmojis | Boolean | - | true |
185185| showReactionEmojis | Boolean | - | true |
186186| showNewMessagesDivider (9) | Boolean | - | true |
187- | textMessages (10) | Object | - | null |
187+ | textMessages (10) | Object | - | null |
188188| textFormatting (11) | Boolean | - | true |
189189| responsiveBreakpoint (12) | Number | - | 900 |
190190| singleRoom (13) | Boolean | - | false |
@@ -629,7 +629,8 @@ Example:
629629| room-options | Replace the template of the room options | - | menu-icon |
630630| message | Replace the template of the message box | message | deleted-icon, eye-icon, document-icon, pencil-icon, checkmark-icon, dropdown-icon, emoji-picker-icon |
631631| messages-empty | Replace the empty message template | - | - |
632- | rooms-empty | Replace the empty room template | - | - |
632+ | rooms-empty | Replace the empty rooms template | - | - |
633+ | no-room-selected | Replace the no room selected template | - | - |
633634| menu-icon | Replace the room menu icon | - | - |
634635| toggle-icon | Replace the toggle room list icon | - | - |
635636| scroll-icon | Replace the scroll to newest message icon | - | - |
0 commit comments