it looks like the blur nsfw toggle is finally in upstream lemmy. hopefully it’l be in 0.19.
it looks like the blur nsfw toggle is finally in upstream lemmy. hopefully it’l be in 0.19.
github is just fine. I let them know on there not long ago about a bug someone else found and they got back to me and made a quick fix same day.
all you need to do is refresh the page after the error message appears and you’re golden, no big deal
deleted by creator
I havn’t looked into it yet, just using plain lemmy-ui for now, but it does look pretty nice
part of it was http signature expiration, showed up as
WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Header is expired
0: lemmy_server::root_span_builder::HTTP request
with http.method=POST http.scheme="http" http.host=mylemmyinstance.com http.target=/inbox otel.kind="server" request_id=453c8a92-7bb5-4b7e-a4ad-212e91167d4e http.status_code=400 otel.status_code="OK"
at src/root_span_builder.rs:16
LemmyError { message: None, inner: Header is expired, context: "SpanTrace" }
in the logs, and that was fixed
the other part was some nginx config changes
they moved away from the allowlist and now only block some. federation with my own instance just worked after I got updated to 0.18.1 and adjusted my nginx config
they moved away from the allowlist and now only block some.
I’m glad lemmy’s fetching seems to be better: once a community is on your instance its there and you get everything except stuff from servers you’ve defederated with.