feat: Load user information for requests; enhance dialog title handling and improve data retrieval
This commit is contained in:
@@ -216,6 +216,9 @@ class MessageRepository private constructor(private val context: Context) {
|
||||
// Обновляем диалог
|
||||
updateDialog(toPublicKey, text.trim(), timestamp)
|
||||
|
||||
// 🔥 Отмечаем что я отправлял сообщения в этот диалог (перемещает из requests в chats)
|
||||
dialogDao.markIHaveSent(account, toPublicKey)
|
||||
|
||||
// Отправляем пакет
|
||||
val packet = PacketMessage().apply {
|
||||
this.fromPublicKey = account
|
||||
|
||||
Reference in New Issue
Block a user