We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b29267 commit 7d4a733Copy full SHA for 7d4a733
types/index.d.ts
@@ -100,7 +100,6 @@ export interface ChannelContextValue {
100
threadMessages?: Client.MessageResponse[];
101
threadLoadingMore?: boolean;
102
threadHasMore?: boolean;
103
- kavEnabled?: boolean;
104
105
sendMessage?(message: Client.Message): void;
106
/** The function to update a message, handled by the Channel component */
0 commit comments