Chat List: Mark unread messages from bot as read (#3137)
This commit is contained in:
parent
a5a3a86953
commit
268b4538d0
@ -799,7 +799,7 @@ export async function sendMessageAction({
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function markMessageListRead({
|
export async function markMessageListRead({
|
||||||
chat, threadId, maxId = -1,
|
chat, threadId, maxId = 0,
|
||||||
}: {
|
}: {
|
||||||
chat: ApiChat; threadId: number; maxId?: number;
|
chat: ApiChat; threadId: number; maxId?: number;
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user