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
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
/** This option only works when you use either `messageRenderer` or `bubbleRenderer`. It allows you to apply one of the custom renderers only to the messages selected by the filter. */
42
42
filter?: (message: MessageEnvelope)=>boolean;
43
+
/** Enable this to render deleted messages instead of filtering them out. They can be then customized with one of the renderers. */
0 commit comments