🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 3 days agoCan other lemmy users see my email address I registered with?message-squaremessage-square13linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareCan other lemmy users see my email address I registered with?🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 3 days agomessage-square13linkfedilinkfile-text
minus-squareBlueÆther@no.lastname.nzlinkfedilinkarrow-up0·edit-23 days agolemmy=# select p.name, i.domain, p.display_name, p.email from person p join instance i on p.instance_id = i.id where name='helloworld'; ERROR: column p.email does not exist email only exists in the local_user table
lemmy=# select
p.name,
i.domain,
p.display_name,
p.email
from person p join instance i
on p.instance_id = i.id
where name='helloworld';
ERROR: column p.email does not exist
email only exists in the local_user table