PacketRead parity: корректные read-статусы и update release notes 1.3.0
Some checks failed
Android Kernel Build / build (push) Failing after 10m41s

This commit is contained in:
2026-03-22 21:25:04 +05:00
parent f915333a44
commit ebb95905b5
3 changed files with 30 additions and 21 deletions

View File

@@ -403,7 +403,7 @@ interface MessageDao {
WHERE account = :account
AND to_public_key = :opponent
AND from_me = 1
AND delivered IN (1, 3)
AND read != 1
"""
)
suspend fun markAllAsRead(account: String, opponent: String): Int