Add privacy-based redaction to wallet view

Changelog-Changed: Added privacy-based redaction to wallet view
Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
2025-06-01 17:22:51 -04:00
parent 14bf187a6e
commit b9198d6bd7
8 changed files with 120 additions and 61 deletions
@@ -35,7 +35,6 @@ struct SuggestedUserView: View {
let target = FollowTarget.pubkey(user.pubkey)
InnerProfilePicView(url: user.pfp,
fallbackUrl: nil,
pubkey: target.pubkey,
size: 50,
highlight: .none,
disable_animation: false)