From b93d1f5bd783c5075319f0a8b37bb1a6bfd0309c Mon Sep 17 00:00:00 2001 From: azudin Date: Fri, 8 Dec 2023 00:13:17 +0800 Subject: [PATCH] Update chats.ts --- src/Socket/chats.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index e672bdf..286506d 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -1011,6 +1011,7 @@ export const makeChatsSocket = (config: SocketConfig) => { addChatLabel, removeChatLabel, addMessageLabel, - removeMessageLabel + removeMessageLabel, + star } }