From 7896be3b03543a188cfc27534c0fc93d98985d63 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 7 May 2024 14:38:57 +0400 Subject: [PATCH] comment --- apps/ios/Shared/Views/Home/HomeView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/Shared/Views/Home/HomeView.swift b/apps/ios/Shared/Views/Home/HomeView.swift index e478b337d1..a3e8adb9a8 100644 --- a/apps/ios/Shared/Views/Home/HomeView.swift +++ b/apps/ios/Shared/Views/Home/HomeView.swift @@ -269,6 +269,7 @@ struct HomeView: View { } @ViewBuilder private func chatView() -> some View { + // TODO changing alias doesn't update list if let chatId = chatModel.chatId, let chat = chatModel.getChat(chatId) { ChatView(chat: chat).onAppear { loadChat(chat: chat)