Полный аудит крипто + доставки - 67 тестов, download retry fix, bytesToAndroidUtf8 fix
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user