You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**(1)**`current-user-id` is required to display UI and trigger actions according to the user using the chat (ex: messages position on the right, etc.)
212
213
@@ -316,7 +317,7 @@ text-messages="{
316
317
}"
317
318
```
318
319
319
-
**(14)**`text-formatting` can be used to add text formatting. Currently, bold, italic, strikethrough, underline, inline code and multiline code formatting are available and can be used in conjonction. You can disable text formatting by passing the prop as `:textFormatting="false"`.
320
+
**(14)**`text-formatting` can be used to add text formatting. Currently, bold, italic, strikethrough, underline, inline code and multiline code formatting are available and can be used in conjonction. You can disable text formatting by passing the prop as `:text-formatting="false"`.
**(15)**`responsive-breakpoint` can be used to collapse the rooms list on the left when then viewport size goes below the specified width.
347
+
**(15)**`link-options` can be used to disable url links in messages, or change urls target. Ex:
347
348
348
-
**(16)**`single-room` can be used if you never want to show the rooms list on the left. You still need to pass the `rooms` prop as an array with a single element.
**(16)**`responsive-breakpoint` can be used to collapse the rooms list on the left when then viewport size goes below the specified width.
354
+
355
+
**(17)**`single-room` can be used if you never want to show the rooms list on the left. You still need to pass the `rooms` prop as an array with a single element.
349
356
350
-
**(17)**`theme` can be used to change the chat theme. Currently, only `light` and `dark` are available.
357
+
**(18)**`theme` can be used to change the chat theme. Currently, only `light` and `dark` are available.
351
358
352
-
**(18)**`accepted-files` can be used to set specifics file types allowed in chat. By default, all file types are allowed: `"*"`.
359
+
**(19)**`accepted-files` can be used to set specifics file types allowed in chat. By default, all file types are allowed: `"*"`.
353
360
354
361
Example: set `"accepted-files="image/png, image/jpeg, application/pdf"` to allow `JPG``PNG` and `PDF` files
355
362
356
-
**(19)**`styles` can be used to customize your own theme. You can find the full list [here](src/themes/index.js)
363
+
**(20)**`styles` can be used to customize your own theme. You can find the full list [here](src/themes/index.js)
0 commit comments