@[email protected] Will this be pushed to the Docker registry simultaneously?

projectmoon
Posts
-
Heads up- we'll be making a major security release for Sharkey later today (between 2025-04-27T19:00:00.000Z and 2025-04-27T21:00:00.000Z) in coordination with IceShrimp and Misskey. -
Updates to the world pageI'm seeing issues with loading remote categories. I can't load the NodeBB bug reports category at all, and for the ActivityPub category, I can find it in my world category search, but I get a 404 when trying to load it. Also can't load
[email protected]
for example.It seems the NodeBB development board is the only one really federating for me. Any way I can solve this?
I am running beta2 of 4.3.0.
-
Links in Lemmy posts -
Links in Lemmy posts -
Links in Lemmy postsWhen a post with a link on it federates, it seems NodeBB doesn't capture the link. Is that true? Or is it hiding the link somewhere? I always have to go to the original post to find the link?
-
Updates to the world pageIs it also possible to add remote communities to the main forum list? Or merge them into existing local categories?
-
Syncing Categories to Lemmy Communities in NodeBB 4.3With the upcoming improvements to federation and handling of remote communities, will it now be possible to have Lemmy categories sync into local categories of the NodeBB instance?
-
Updates to the world pageAfter restarting NodeBB, I can load the category, though. Maybe some deadlock on initial import of the community.
-
Updates to the world pageNot specifically that URL, no. Now I just tried it. It resulted in a deadlock in Postgres.
2025-04-08T12:42:10.933614676Z 2025-04-08 12:42:10.933 UTC [32590] DETAIL: Process 32590 waits for ShareLock on transaction 35424413; blocked by process 32626. 2025-04-08T12:42:10.933621228Z Process 32626 waits for ShareLock on transaction 35424434; blocked by process 32590. 2025-04-08T12:42:10.933624695Z Process 32590: 2025-04-08T12:42:10.933626920Z INSERT INTO "legacy_object" ("_key", "type") 2025-04-08T12:42:10.933629244Z SELECT k, $2::TEXT::LEGACY_OBJECT_TYPE 2025-04-08T12:42:10.933631398Z FROM UNNEST($1::TEXT[]) k 2025-04-08T12:42:10.933633432Z ON CONFLICT 2025-04-08T12:42:10.933635396Z DO NOTHING 2025-04-08T12:42:10.933637329Z Process 32626: 2025-04-08T12:42:10.933639423Z INSERT INTO "legacy_object" ("_key", "type") 2025-04-08T12:42:10.933641588Z SELECT k, $2::TEXT::LEGACY_OBJECT_TYPE 2025-04-08T12:42:10.933643603Z FROM UNNEST($1::TEXT[]) k 2025-04-08T12:42:10.933645586Z ON CONFLICT 2025-04-08T12:42:10.933647519Z DO NOTHING 2025-04-08T12:42:10.933654783Z 2025-04-08 12:42:10.933 UTC [32590] HINT: See server log for query details. 2025-04-08T12:42:10.933656978Z 2025-04-08 12:42:10.933 UTC [32590] CONTEXT: while inserting index tuple (6227,69) in relation "legacy_object" 2025-04-08T12:42:10.933659042Z 2025-04-08 12:42:10.933 UTC [32590] STATEMENT: 2025-04-08T12:42:10.933660966Z INSERT INTO "legacy_object" ("_key", "type") 2025-04-08T12:42:10.933663000Z SELECT k, $2::TEXT::LEGACY_OBJECT_TYPE 2025-04-08T12:42:10.933664863Z FROM UNNEST($1::TEXT[]) k 2025-04-08T12:42:10.933666666Z ON CONFLICT 2025-04-08T12:42:10.933668430Z DO NOTHING
-
Updates to the world pageI've successfully managed to find and track https://sh.itjust.works/c/localllama from my instance. But when I try, for example, https://lemmy.world/c/technology, I can't find anything. These Lemmy communities DO, however, show up as users on my NodeBB instance. Is there something I'm doing wrong? I tried going directly to /category/@[email protected] too.
-
Updates to the world pageDoes this refactoring also include changes to the synchronization of local + remote categories? Or is it still trying to follow Group actors as a Group, which Lemmy does not like?
-
Show replies as quotes@[email protected] something of an alignment would look nice, yeah.
-
Show replies as quotes@[email protected] it looks pretty nice! Suggestions would be to have the ability to jump to the post via a button (if not already present). And maybe a user setting to expand or collapse these by default.
-
Show replies as quotes@[email protected] yes, that function is there. Then maybe the best compromise would be to essentially add a reverse of that reply spotlight feature, so you can read the original post without the page jumping.
-
Show replies as quotes@[email protected] I think it would be a good idea to show posts that are in-reply-to as quotes in the reply. Right now, all you see is a tiny "replied to..." on the top. Since NodeBB can interoperate with Lemmy, it can get kind of confusing to follow some threads, as the forum UX presents the discussion as linear, while Lemmy is multi-threaded. Showing the original post as a quote would help with following the discussion.
-
NodeBB v4.0.0 — Federate good times, come on!@[email protected] said in NodeBB v4.0.0 — Federate good times, come on!:
Do we need need to refollow? -
v4.0.0 Upgrade SupportOut of curiosity: what plugin/setting does one need to use in order to get a header like the NodeBB.org forums? With the links up top.
-
NodeBB v4.0.0 - Categories not following group actors@[email protected] said in NodeBB v4.0.0 - Categories not following group actors:
@[email protected] sounds good! I'm actually re-assigning the category before creation, rather than using the helpers in TopicTools, but I'll make the issue in case that should result in the same behavior
I'm very eager to try this plugin lol. Have you put it up on GitHub somewhere yet?
-
Images not federating?They show up as a link to a long uuid, which when clicked, goes to 404.
-
Images not federating?@[email protected] Is there an open GitHub issue for federated images not showing up? It creates links, but the upload seems to have failed, so it just returns a 404 on my end.