Lemmy maintainer
To decide if I should merge the linked PR or not (I did merge it).
Thats even more verbose so the second option is better.
@[email protected] @[email protected] @[email protected] Thanks for the feedback! Personally I prefer the first option, but based on your comments I will merge the PR with the second option.
Good reply, like you explain this wouldn’t work. Just one thing:
Lemmy doesn’t aim to be an uncensorable platform.
https://join-lemmy.org/docs/users/05-censorship-resistance.html
@[email protected] This. If youre interested to work on this feature or others, feel free to ask for guidance in the relevant issue, or in the dev chat.
The key is refreshed after 24 hours so it will work if you wait a bit.
There were optimizations related to database triggers, these are probably responsible for the speedup.
True there are a lot of issues related to notifications. I will see what I can do.
Here is the relevant issue, but no one is working on it currently.
We didnt make any changes to the Lemmy version running on this instance during the past week. So it must be something else…
The problem is that a server could very easily lie and claim to have captchas when it really doesnt.
I see now, if an instance has any site languages configured those will be applied for new users. You can see it in /api/v3/site
field discussion_languages
. However both lemmy.world and lemm.ee return all languages there.
Edit: Im removing this as part of the PR to set new user languages from accept-language header, it doesnt make sense anymore with that.
Yes contributions to improve this interface would definitely be welcome.
Right my_user.discussion_languages
is the correct one. And it being empty means that all languages are enabled (to avoid storing lots of unnecessary db rows). Im testing with a new account on ds9.lemmy.ml and can see posts marked as English without any problems.
I cant really how such a problem could happen and only affect those specific instances. Can you check through the api which languages are enabled on a new account? The info is under /api/v3/site
in the field discussion_languages
, it should contain numbers from 0-183 which are all the language ids.
I confirmed this just now, when registering a new account all discussion languages are enabled. However this isnt properly indicated in the lemmy-ui user settings.
When you signup, all languages are enabled by default. I believe it was like this since the feature was first implemented. I recently made a pull request so that languages are automatically configured from accept-language
header.
This is strange because neither of the communities you mentioned has any language restrictions. Can you say what error is being returned exactly? You might have to use browser dev tools to see the details.
Yet it’s still noticeable that people from the US are way overrepresented compared to all other countries.
Thank you, fixed!