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
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 <[email protected]>
0 commit comments