Skip to content

Commit 14da268

Browse files
Updated UIKit version to 4.3.36
1 parent 733aa90 commit 14da268

File tree

5 files changed

+8699
-4073
lines changed

5 files changed

+8699
-4073
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/CometChatConversations/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ interface IConversationsProps {
276276
textFormatters?: CometChatTextFormatter[];
277277
}
278278
export type Action = {
279+
type: "addConversationOfTheGroupAtTheTop";
280+
conversation: CometChat.Conversation;
281+
} | {
279282
type: "appendConversations";
280283
conversations: CometChat.Conversation[];
281284
removeOldConversation?: boolean;

0 commit comments

Comments
 (0)