diff --git a/internal/app/userprojection/projection.go b/internal/app/userprojection/projection.go index 60fe7d19..053e6a3c 100644 --- a/internal/app/userprojection/projection.go +++ b/internal/app/userprojection/projection.go @@ -614,7 +614,7 @@ func applyPrivacy(ctx context.Context, privacy PrivacyEvaluator, viewerUserID in if err != nil { return domain.User{}, err } - if !phoneAllowed && !isContact { + if !phoneAllowed { user.Phone = "" } statusAllowed, err := canSee(domain.PrivacyKeyStatusTimestamp)