pull/82/head
Niels Andriesse 5 years ago
parent 3769f50a21
commit 93506dea53

@ -169,8 +169,8 @@ final class ConversationTitleView : UIView {
} }
} }
if let userCount = userCount { if let userCount = userCount {
if userCount > 2500 { if userCount >= 200 {
subtitle.append(NSAttributedString(string: "2500+ members")) subtitle.append(NSAttributedString(string: "200+ members"))
} else { } else {
subtitle.append(NSAttributedString(string: "\(userCount) members")) subtitle.append(NSAttributedString(string: "\(userCount) members"))
} }

Loading…
Cancel
Save