From edab797215c0e01d23f9221fec2d3ede5899012c Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 2 Jan 2022 00:04:48 -0800 Subject: [PATCH] doesn't make sense to always show this repeatedly --- nirvana-ios/Views/Convos/ConvoViewModel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/nirvana-ios/Views/Convos/ConvoViewModel.swift b/nirvana-ios/Views/Convos/ConvoViewModel.swift index 492dcca..bad901d 100644 --- a/nirvana-ios/Views/Convos/ConvoViewModel.swift +++ b/nirvana-ios/Views/Convos/ConvoViewModel.swift @@ -184,7 +184,6 @@ class ConvoViewModel: NSObject, ObservableObject { if relevancyScore > Self.relevancyAcceptance && convo.users.count > 1 { //offchance that it's just the one person in the convo right now, don't want to see it until there are at least 2 people print("this convo counts as relevant!!!") - self?.toast = .newRelevantConvoFound return true }