diff --git a/web/components/profile/lover-profile.tsx b/web/components/profile/lover-profile.tsx index 001b176d..e2d7cf99 100644 --- a/web/components/profile/lover-profile.tsx +++ b/web/components/profile/lover-profile.tsx @@ -64,7 +64,8 @@ export function LoverProfile(props: { const areCompatible = !!currentLover && areGenderCompatible(currentLover, lover) - const showMessageButton = liked || likedBack || !areCompatible + // Allow everyone to message everyone for now + const showMessageButton = true // liked || likedBack || !areCompatible const isProfileVisible = currentUser || lover.visibility === 'public'