Hide the NIP-05 Domain in Follow List

Changelog-Chaged: Hide the NIP-05 Domain in Follow List
Closes: #267
This commit is contained in:
Joel Klabo
2023-01-05 19:23:07 -08:00
committed by William Casarin
parent 6bcea13d5a
commit 9e5209b48d
2 changed files with 16 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ struct FollowUserView: View {
VStack(alignment: .leading) {
let profile = damus_state.profiles.lookup(id: target.pubkey)
ProfileName(pubkey: target.pubkey, profile: profile, damus: damus_state, show_friend_confirmed: false)
ProfileName(pubkey: target.pubkey, profile: profile, damus: damus_state, show_friend_confirmed: false, show_nip5_domain: false)
if let about = profile?.about {
Text(FollowUserView.markdown.process(about))
.lineLimit(3)