Can other lemmy clients or the server admins see the email address associated with my account?

  • BlueÆther@no.lastname.nz
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    18 hours ago

    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