this post was submitted on 17 Jul 2023
61 points (98.4% liked)

sh.itjust.works Main Community

7485 readers
3 users here now

Home of the sh.itjust.works instance.

Matrix

founded 1 year ago
MODERATORS
 

If I post nsfw onto a community hosted on lemmynsfw, for example, from the sh.itjust.works account, would that breaking the no pron rule, or not necessarily, since it's posted on a different instance?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 year ago (3 children)

The potential liability for instance owners due to this is massive. Images should be stored in the instances of the community they're posted to.

[–] [email protected] 6 points 1 year ago (1 children)

It's fundamental to the design of Lemmy's implementation of federation via ActivityPub that all content from an account be hosted on the account's instance.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

If it's an ActivityPub feature, this is somewhat of a poor design if you ask me (or at least not being able to change this). He's right, this feature could put instance owners in legal problems, because the data in question is actually stored on their server, not the server that you posted the image on.

[–] [email protected] 4 points 1 year ago

Indeed, this is a huge design flaw. You would basically have to police everything that users post on other instances as well. Do you even have moderation tools for this?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Yeah, you're right... but I think the problem is, the login info... but, than again, how could it store copies of my post, but not images.

In any case, I do agree that this is something that should be looked into and discussed in length.

[–] [email protected] 0 points 1 year ago (1 children)

I don't see why the login info is an issue, and storing a copy of a post wirh just a link to an image makes sense.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

I really have no idea how other instances actually confirm that you're posting from another instance, not just emulating that you're a user on another instance. That might be a part of ActivityPub, but I haven't looked at code, wouldn't know.

[–] [email protected] 3 points 1 year ago

This is part of the ActivityPub protocol, but I haven't looked into it enough to know how it's defined.