Good to hear, thanks!
Comment on Who has access to our email addresses?
kersploosh@sh.itjust.works 8 hours ago
Each instance’s database contains the email addresses of local users only. Lemmy does not share email addresses between instances.
Viewing users’ email addresses requires directly querying the database. They are not visible through the API.
jballs@sh.itjust.works 8 hours ago
jaybone@lemmy.zip 8 hours ago
Are ip addresses of posts stored? Or sessions?
kersploosh@sh.itjust.works 7 hours ago
I believe user IP addresses are stored and correlated with a user’s session token. Those tokens are valid for a while. The database does not have a post-by-post record of a user’s IP.
Disclaimer: I am not one of the admins with direct database access, so I cannot confirm that this is true. My statement above is secondhand information from memory. I may be wrong.