184
submitted 8 months ago by dessalines@lemmy.ml to c/announcements@lemmy.ml

What is Lemmy?

Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.

Major Changes

  • Outgoing federation bug fixes.
  • Lemmy can now receive reports sent from Mastodon and Kbin.
  • Added the ability for admins to view votes, to prevent downvote trolling. Demo. #4088
  • Various bug fixes and minor enhancements.

Upgrade instructions

Follow the upgrade instructions for ansible or docker.

If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.

Thanks to everyone

We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.

Support development

We (@dessalines and @nutomic) have been working full-time on Lemmy for over three years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.

If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive.

all 31 comments
sorted by: hot top controversial new old
[-] roadrunner_ex@lemmy.ca 23 points 8 months ago

I totally respect this being potentially a big ask, but does anyone have a TL;DR of what caused or was the fix for the federation issue(s)? I don't have capacity at this moment to look through Github Issues and PRs, but I'm curious

[-] cowpowered@lemm.ee 18 points 8 months ago

The federation issues seem to have been fixed by https://github.com/LemmyNet/lemmy/pull/4330

[-] maegul@lemmy.ml 7 points 8 months ago

From the little I saw (and zero Rust, or Tokio (I think they use that) knowledge) ... federation workers weren't persisting correctly whenever it would hit certain errors or problems.

[-] sabreW4K3@lemmy.tf 11 points 8 months ago

Glad to see the federation bug finally fixed

[-] Anon819450514@lemmy.ca 9 points 8 months ago

Does this mean we are gonna be able to see comments from other instances? I sometimes see post with a certain number of comments (in the hundreds) but when I open the post I only see a fraction of them.

[-] dessalines@lemmy.ml 11 points 8 months ago

Possibly, but this is more likely related to your language settings, not having undetermined selected.

[-] Die4Ever@programming.dev 15 points 8 months ago

should "undetermined" be renamed to "show all" or something?

[-] morrowind@lemmy.ml 14 points 8 months ago

"Any" I think would be the best way to say it

[-] dessalines@lemmy.ml 3 points 8 months ago

That sounds correct for the user settings form, but not for the comment / post creation form. Open up an issue on lemmy-ui's gitbub for this if you would.

[-] Anon819450514@lemmy.ca 2 points 8 months ago

Yup, for some reason, I had no language selected at all..

[-] lud@lemm.ee 6 points 8 months ago

I have a feeling the vote thing will be abused.

[-] dessalines@lemmy.ml 9 points 8 months ago* (last edited 8 months ago)

Lemmy is one of the few ones platforms that attempts to preserve vote and mod action privacy, to prevent harassment, and encourage ppl to vote honestly. Several other platforms just let any user see who voted, which isn't the best idea since it's been shown that ppl are less likely to be honest if they know that their votes are public.

The main reason I added it for admins, is bc a lot of ppl have been understandably upset by downvote-stalkers, or those who downvote with multiple accounts.

Like anything, there's the possibility for abuse, but at least by limiting it to admins only, we can prevent a lot of potential harassment that other platforms are currently allowing.

[-] bilb@lem.monster 7 points 8 months ago

Admins had the ability to see the votes if they really wanted to anyway by looking at the database, you just made it a lot easier.

[-] dandroid@dandroid.app 3 points 8 months ago

Thank you for the explanation. I admittedly am a bit cautious about this feature. But I can see how it can be a powerful tool to prevent bullying.

Hopefully we can trust our admins. But theoretically a bad actor could make an instance that federates with everyone and then takes this info and posts all the vote counts publicly for every post and every comment. And if we don't know which instance is the one responsible, we wouldn't be able to defederate from them to stop them from getting this info.

Not that this feature is the cause of that. Admins could already do this with a db query. And I don't think there is any way around that without making votes completely uncrackable. Just kind of thinking out loud.

[-] PoliticalAgitator@lemmy.world 4 points 8 months ago

Well, the "not seeing votes" definitely is, on both Lemmy and Reddit. All this does is make that abuse observable.

[-] kdg6@lemmy.ml 5 points 8 months ago

DLF is updated if instance admins want to test drive it before deploying.

[-] Blaze@lemm.ee 5 points 8 months ago

Great news!

[-] plinky@hexbear.net 4 points 8 months ago
[-] yak@lmy.brx.io 3 points 8 months ago

Is this just the backend, or is it UI too? Is there an easy way to find this out myself in future?

[-] nutomic@lemmy.ml 6 points 8 months ago* (last edited 8 months ago)

Releases are always for backend and frontend together, unless mentioned otherwise. You can check the tags in the git repos, or check the available versions on docker hub.

[-] Zagorath@aussie.zone 1 points 8 months ago

I can't speak for others, but I still seem to be experiencing issues with federation. I've got a comment in here that isn't showing up on other instances.

[-] Dave@lemmy.nz 2 points 8 months ago

Today I can say I can see the comment on my instance. Quite possibly it took some time for federation to catch up after being broken for a while.

[-] Zagorath@aussie.zone 2 points 8 months ago

Yeah that's my theory. I think the workers were busy catching up on the whole backlog of all the comments and posts that had built up over the ~3 week period it wasn't working.

[-] dandroid@dandroid.app 1 points 8 months ago

Confirmed, I can't see that comment on my instance.

[-] Zagorath@aussie.zone 2 points 8 months ago

I think there may be an issue with your instance, because my comment is now showing up on starktrek.website, lemmy.world, etc.

Shortly after my instance upgraded, things seemed not to be federating correctly, but now, everything seems to be working. I suspect that was because the wokers were going through a big backlog of posts & comments that had accumulated in the lengthy time federation was not working. But now, everything seems to be working as expected between my instance and the other larger instances.

[-] dandroid@dandroid.app 1 points 8 months ago

My mod actions are still not being federated. This hasnt worked for me since maybe 0.18.1 or 0.18.2?

[-] Omega_Haxors@lemmy.ml 0 points 8 months ago* (last edited 8 months ago)

Added the ability for admins to view votes, to prevent downvote trolling.

Please give individual users the ability to use an automated system to request to see these votes. There's times where I'll post something that nobody reasonable should show umbrage to and it will get slammed. I want to find out where they're coming from and clear house.

[-] dessalines@lemmy.ml 4 points 8 months ago

For privacy reasons, and so that people will vote honestly, I'd like this to stay admin-only (and possibly in the future, community mods). But if you ping an admin, we can look into it and see if you're being downvote-stalked.

[-] Omega_Haxors@lemmy.ml 2 points 8 months ago

Okay that's understandable. I'll be sure to send a DM if any of my comments saying something like "r--e is bad, don't do it" get barraged.

this post was submitted on 10 Jan 2024
184 points (100.0% liked)

Announcements

22776 readers
18 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS