Lemmy Lead Developer and father of two children.

I also develop Ibis, a federated wiki.

  • 87 Posts
  • 590 Comments
Joined 6 years ago
cake
Cake day: January 17th, 2020

help-circle





  • You’re right, its also really noticable if you just compare the All feed, on lemmy.ml almost everything from local users. Most posts from other instances are missing. In the server logs are a lot of errors like this:

    lemmy-1  |    0: lemmy_server::root_span_builder::HTTP request
    lemmy-1  |            with http.method=POST http.scheme="http" http.host=0.0.0.0:10633 http.target=/inbox otel.kind="server" request_id=780b6573-2672-4361-87c2-6ece46e272ee
    lemmy-1  |              at src/root_span_builder.rs:16
    lemmy-1  | 2026-06-09T17:34:25.537123Z  WARN lemmy_server::root_span_builder: Unknown: Incoming activity has invalid signature
    

    I thought at first that it would be related to the new 0.19.19 release, but downgrading to 0.19.18 doesnt fix the problem.

    Issue link: https://github.com/LemmyNet/lemmy/issues/6581