From 534f814165b731f67d4e754fa3365197ba5e7c9d Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:23:20 +0400 Subject: [PATCH] comment --- apps/ios/Shared/Model/ChatModel.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/Shared/Model/ChatModel.swift b/apps/ios/Shared/Model/ChatModel.swift index 9545a3935b..bd5c44f243 100644 --- a/apps/ios/Shared/Model/ChatModel.swift +++ b/apps/ios/Shared/Model/ChatModel.swift @@ -270,6 +270,7 @@ final class ChatModel: ObservableObject { } } + // TODO If conditions are accepted for operators currently not used, they should also be included into list. var usageConditionsAction: UsageConditionsAction? { let usedOperators = serverOperators.filter { $0.enabled } if usedOperators.isEmpty {