mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
don't enforce unread count
This commit is contained in:
@@ -244,9 +244,6 @@ const makeChatsSocket = (config: SocketConfig) => {
|
|||||||
sendChatsQuery,
|
sendChatsQuery,
|
||||||
fetchImageUrl,
|
fetchImageUrl,
|
||||||
chatRead: async(fromMessage: WAMessageKey, count: number) => {
|
chatRead: async(fromMessage: WAMessageKey, count: number) => {
|
||||||
if(count < 0) {
|
|
||||||
count = -2
|
|
||||||
}
|
|
||||||
await setQuery (
|
await setQuery (
|
||||||
[
|
[
|
||||||
new BinaryNode(
|
new BinaryNode(
|
||||||
|
|||||||
Reference in New Issue
Block a user