Полный аудит крипто + доставки - 67 тестов, download retry fix, bytesToAndroidUtf8 fix

This commit is contained in:
2026-04-07 17:03:43 +05:00
parent a5945152c0
commit ff8eca710d
16 changed files with 983 additions and 341 deletions

View File

@@ -255,16 +255,6 @@ struct ChatDetailView: View {
pendingGroupInviteTitle = parsed.title
}
}
cellActions.onGroupInviteOpen = { dialogKey in
let title = GroupRepository.shared.groupMetadata(
account: SessionManager.shared.currentPublicKey,
groupDialogKey: dialogKey
)?.title ?? ""
NotificationCenter.default.post(
name: .openChatFromNotification,
object: ChatRoute(groupDialogKey: dialogKey, title: title)
)
}
// Capture first unread incoming message BEFORE marking as read.
if firstUnreadMessageId == nil {
firstUnreadMessageId = messages.first(where: {