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.

Matrix

founded 2 years ago
MODERATORS
 

There have been a lot of news articles lately about a concentrated movement to get people fired for making social media posts critical of Charlie Kirk. I'm wondering how effective such an effort would be against Lemmy, where many of us provided an email address when signing up.

Not being an admin, I'm curious if our email addresses tied to our users names are stored in a database that only the SJW admins can access - or if anyone creating their own instance would have access to the same database

you are viewing a single comment's thread
view the rest of the comments
[–] kersploosh@sh.itjust.works 27 points 1 week ago (2 children)

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.

[–] jaybone@lemmy.zip 8 points 1 week ago (1 children)

Are ip addresses of posts stored? Or sessions?

[–] kersploosh@sh.itjust.works 8 points 1 week ago* (last edited 1 week 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 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

[–] jballs@sh.itjust.works 6 points 1 week ago

Good to hear, thanks!