mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-14 10:05:25 -04:00
Allow everyone to message everyone for now
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user