this post was submitted on 22 Jul 2023
58 points (96.8% liked)

Asklemmy

42521 readers
932 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I occasionally come across content in my feed that I think would be of interest to one of the small communities that I participate in. Think photo or article, not something personal. Is it appropriate for me to crosspost the content? Without asking the OP? What about if I ask but the OP never responds?

Thanks in advance for your thoughts.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] JackbyDev@programming.dev 7 points 11 months ago* (last edited 11 months ago)

No, it's not a federation issue. What we need is some syntax to link to posts/comments in an instance agnostic way. When you click something like !chat@beehaw.org your UI will take you to your instance's version of it. Clicking a URL will take you to that URL always. As expected, post A in community X hosted on instance blah will have a different URL than post A in community X viewed from instance foo. You can share a URL to the actual post on its actual home instance or you could share a URL to your instance's view of the post. That second one is useful to you and members of your instance but not members from any other instance.

Short of your UI intercepting and redirecting URLs (a very bad thing to do in my opinion, links should go where they say they go without interference) this cannot be solved with URLs. That's why we need some way to specify something like ! community@instance/post.

A big caveat is that I mean HTTP URLs. If there was a custom URL scheme like lemmy: then the rules can be different.