Lemmy currently only counts users that posted, commented or voted as active users, so the difference is just people who voted but didn’t post or comment. there are certainly quite a few more users lurking that aren’t included in these stats.
Lemmy currently only counts users that posted, commented or voted as active users, so the difference is just people who voted but didn’t post or comment. there are certainly quite a few more users lurking that aren’t included in these stats.
over the last 24 hours, I can see 4,878 active contributors in our db. 785 unique posters and 4,550 unique commenters.
expanding this to a 30 day view, this gives 20,821 contributors of which 5,648 posted and 19,625 commented.
this is excluding bot accounts.
you’re probably looking for the [email protected] community
unfortunately i don’t think mastodon reports can make their way to lemmy yet, but i’ve been cleaning up a lot of the stuff that federated to lemmy.world today. i’m also reporting all those comments so the respective instance admins and also community mods and community instance admins will see the reports.
hi, you’ll probably have a better experience here if you tag your post with the correct language or post in english.
note that this isn’t available in all interfaces/clients, but the default web interface supports this.
alternatively, you could see if there are any spanish gaming communities to participate in.
i don’t speak spanish, but this community looks like it might be better suited: [email protected]
Unfortunately at this point I don’t see another option.
not at all. nobody can revert edits, only the creator can edit it again.
moderators can restore removed (mod action) posts and comments, but not deleted (creator action) posts and comments.
this is a completely different issue than the one seen on the newer lemmy versions unfortunately. i believe that issue in newer lemmy versions is already prepared to be addressed in the next lemmy release.
for some reason youtube/google decided that hetzner customers don’t get any opengraph metadata anymore, so it doesn’t really matter which lemmy or even client in general we use. fetching youtube pages with curl yields the same result where the necessary metadata isn’t included.
this also affects other instances hosted on hetzner.
it does indeed. i’ve let @[email protected] know.
there’s another sync issue where posts in local communities don’t show any comments, i had forgotten about that. there are several posts in [email protected] about that issue, as well as 2 issues on the github issue tracker.
I was surprised to see such a large part of our active users using Sync, although given that there aren’t really any bad breakages yet it shouldn’t be that unexpected.
The comments in local communities issue seems a lot more serious than “only” not marking posts as read, I’ve read about that before and totally forgot about it since. There were quite a few threads in [email protected] about that.
If anyone wants to spend some time on figuring out which change exactly broke this for Sync we might consider a patch to restore compatibility with the old API if it’s simple enough to do. I probably won’t have time to look into this much until somewhere in January, and my time will probably be better spent with migration preparation and testing of Lemmy itself there.
People looking for alternatives might find some inspiration in [email protected].
https://semver.org/#spec-item-4
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
that isn’t saying that you should change things, but it’s technically not against semver.
given that the lemmy api is versioned separately though and it’s currently at v3, with v4 in active development, that would be good to avoid breaking changes there. I don’t know if that one is supposed to be sever though.
they’re generally not read. it’s just a bot account.
we need to update the text there to clarify that, it’s come up a few times already, including people reporting automod pms.
in most cases these pms are a result of community moderator actions, so it’s generally recommended to contact the community mods about this.
thanks for the image. for some reason i can’t see the firewall event for your attempt, but when i tried to upload the image myself i found the event. it’s a rule related to a php file upload vulnerability in software we’re not even using, it’s disabled now.
I’ve seen others report this before, it seems to be kinda random, as this works fine for most other users. Individual posts sometimes don’t get accepted by Lemmy, but I don’t currently know what is causing that.
a JSON parsing error is certainly unexpected. I wonder if you happen to be triggering some automatic Cloudflare WAF rule.
could you try uploading the same file from a computer? before uploading, please open your browser dev tools (F12) and visit the network tab. it should show some more details in there. especially the response tab should show an actual error message. in the headers tab, you could also share the value of the cf-ray
header with us and we can take a look at our logs. please be careful not to share everything you see in that network tab, as there are values visible there that allow taking over your lemmy account. specifically cookies and the jwt
value; in some cases also an authorization
header. cf-ray
is not sensitive, it’s just an identifier associated with the individual request.
feel free to pm me the cf-ray
value rather than posting it publicly.
we’ll try to get the post out the coming week, at this time we’re roughly looking at updating late January.
only mostly accurately for local users, for remote users we obviously can’t see that.
as we have 15 days of log retention for this, i can tell you that we’ve had about 25.7k requests with auth tokens with a success status over the last 15 days, 23.1k over 7d and 17.9k over 24h.