-
채널아이디로 채널객체를 만들고 const logId = await channel.info.lastChatLogId; 위 코드를 기본으로 한번 읽음처리가 된적도도 있었는데 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
markRead는 ChatLogged를 매개변수로 넣어줘야 합니다. const logId = channel.info.lastChatLogId;
await channel.markRead({ logId }); 으로 해주는게 맞지 않을까 싶습니다. |
Beta Was this translation helpful? Give feedback.
-
모바일버전 카카오톡에선 syncChatList으로 읽음처리를 하는것 같습니다. |
Beta Was this translation helpful? Give feedback.
모바일버전 카카오톡에선 syncChatList으로 읽음처리를 하는것 같습니다.
제 예상으로는 cur부터 max사이에 채팅을 읽음처리를 하는것 같습니다.