Commit ad92b67
[CHANGELOG]Release 2.5.2.alpha.0 (#70)
Features:
* Implement experimentalMessageLimit for openChannel
This feature limits the no.of messages that are stored in
OpenChannel. This is intended for live streaming, where multiple
thousands of messages are expected to flow
Recommend a limit higher than 150 and less than 500
Usage:
```
<OpenChannel experimentalMessageLimit={number} />
```
Fixes:
* Fix time stamp position on message threading
* Add quote message to onBeforeSendFileMessage params
Co-authored-by: Sravan S <sravan@sendbird.com>1 parent 4e54eed commit ad92b67
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
3 | 21 | | |
4 | 22 | | |
5 | 23 | | |
| |||
0 commit comments