20
submitted 1 month ago by Blaze@feddit.org to c/lemmy_support@lemmy.ml

Context

As the issue is closed, the feature should be around, and it seems like it is there based on the commit. But if yes, how do we use it?

top 8 comments
sorted by: hot top controversial new old
[-] PhilipTheBucket@ponder.cat 6 points 1 month ago

Looks like it’s brand new. The fix was only committed in September, and maybe not even on the main branch? I’m not completely sure, but it looks like it’s coming, as opposed to something that’s already here.

[-] Spzi@lemm.ee 4 points 1 month ago

Makes me happy to hear this important feature is about to become reality! <3

[-] Blaze@feddit.org 1 points 1 month ago

Lemmy 0.19.6 and 0.19.7 were released in November, shouldn't this change be included in those versions?

https://join-lemmy.org/news/2024-11-15_-_Lemmy_Release_v0.19.7

[-] PhilipTheBucket@ponder.cat 5 points 1 month ago

Looks to me like it's in the "main" branch but not in 0.19.7. Maybe the release branch was forked before it went in? Maybe there's active development on a 0.20-targeted line, with some fixes getting backported to 0.19 as they're needed? I don't know. But I think it's in the development branch, but hasn't made it to production quite yet.

$ git checkout main
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
$ grep 'Rewrite markdown' api_tests/src/post.spec.ts
test("Rewrite markdown links", async () => {
$ git checkout 0.19.7
HEAD is now at fc8280a9b Version 0.19.7
$ grep 'Rewrite markdown' api_tests/src/post.spec.ts
$ 
[-] nutomic@lemmy.ml 10 points 1 month ago

This is correct, the changes on main branch will be released as 0.20 because there are lots of breaking changes now. We sometimes backport commits to 0.19.x, but only for minor changes or bug fixes.

@Blaze@feddit.org

[-] Blaze@feddit.org 3 points 1 month ago

Thank you for clarifying!

[-] Blaze@feddit.org 1 points 1 month ago

Ah, that could be it, thanks!

[-] muntedcrocodile@lemm.ee 1 points 1 month ago

The next step would be instance agnostic content links. Could probably keep it so instances still serve images/link content but instead of sending out the raw link to clients send em a "lemmy link (https://instance/link/hash" that redirects to the og link where the hash is a value in a DHT for bittorrent. This should avoid breaking most clients while also letting the client bittorrent the content distributing load.

U could also probably create an option to then use this to serve caches/archived pages instead of the originals making lemmy and the associated distributed torrent data an internet archive of popular links.

this post was submitted on 05 Dec 2024
20 points (100.0% liked)

Lemmy Support

4696 readers
3 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS