Правки

This commit is contained in:
Халимов Рустам
2026-05-13 13:48:34 +03:00
parent 00ed4b5959
commit df4feeeee5
12 changed files with 263 additions and 82 deletions

View File

@@ -17,7 +17,7 @@ import chats.data.local.dao.UserProfileDao
ChatEntity::class,
UserProfileEntity::class
],
version = 1,
version = 2,
exportSchema = false
)
@TypeConverters(MessageStatusConverter::class)

View File

@@ -33,5 +33,7 @@ data class ChatEntity(
val lastMessageTimestamp: Long? = null,
val lastMessageJson: String? = null,
val updatedAtMillis: Long = System.currentTimeMillis()
)