this post was submitted on 15 Sep 2025
25 points (100.0% liked)
sh.itjust.works Main Community
8255 readers
48 users here now
Home of the sh.itjust.works instance.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Are ip addresses of posts stored? Or sessions?
~~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 about IP addresses is secondhand information from memory. I may be wrong.~~
I should leave this to the professionals:
https://lemmy.world/post/4754397/3291219
Good to hear, thanks!