feat: update version to 1.1.1 and enhance group chat features, sync stability, and UI improvements
Some checks failed
Android Kernel Build / build (push) Failing after 19m6s
Some checks failed
Android Kernel Build / build (push) Failing after 19m6s
This commit is contained in:
@@ -395,12 +395,11 @@ interface MessageDao {
|
||||
|
||||
/**
|
||||
* Отметить все исходящие сообщения к собеседнику как прочитанные Используется когда приходит
|
||||
* PacketRead от собеседника 🔥 ВАЖНО: delivered=3 означает READ (синхронизировано с
|
||||
* ChatViewModel)
|
||||
* PacketRead от собеседника.
|
||||
*/
|
||||
@Query(
|
||||
"""
|
||||
UPDATE messages SET delivered = 3, read = 1
|
||||
UPDATE messages SET read = 1
|
||||
WHERE account = :account AND to_public_key = :opponent AND from_me = 1
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user