important masto security fact Show more
While masto admins are conceptually able to see your DMs in the database, I'm pretty sure nobody knows how it works well enough to actually do so
@troubleMoney (`SELECT * from lewds` aside, it's actually really simple:
Account.find_by(username: "lupine", domain: nil).statuses.where(visibility: "direct")
Or to go from outside Docker:
docker exec -ti <container-id> rails runner 'pp Account.find_by(username: "lupine", domain: nil).statuses.where(visibility: "direct")'
Mastodon is fine for talking shit, but less fine if you actually *need* some level of assured privacy, which does happen on occasion
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!
important masto security fact
@troubleMoney (`SELECT * from lewds` aside, it's actually really simple:
Account.find_by(username: "lupine", domain: nil).statuses.where(visibility: "direct")
Or to go from outside Docker:
docker exec -ti <container-id> rails runner 'pp Account.find_by(username: "lupine", domain: nil).statuses.where(visibility: "direct")'
Mastodon is fine for talking shit, but less fine if you actually *need* some level of assured privacy, which does happen on occasion