• 0 Posts
  • 13 Comments
Joined 4 months ago
cake
Cake day: January 27th, 2026

help-circle

  • A development focused community isn’t a bad idea, really. rimu has mentioned in the past that we need to dogfood our own platform more. We have some specific ones already:

    But, having a catch-all everything else might be useful. The closest thing we have to this currently is the codeberg repo. There is lots of info to be found in codeberg issues and PR’s and I find myself linking those quite often in matrix discussions. However, it isn’t something that casual users usually know how to navigate or search.

    The different chat platform options are there mainly to help meet people where they are. Lots of the fediverse uses matrix, so many people only really reach out to us on there. We made a zulip instance to help address some of the shortcomings of the matrix chatroom since Zulip allows for topic-based organization in a kind of hybrid between a chatroom and a forum. However, the number of people using zulip is far smaller than matrix.






  • Let me see if I understand this issue correctly…

    You are a lemmy instance admin. If a user from your instance is moderating a community, then any report in that community that is made by a piefed user is also forwarded to you. This happens even if the user being reported is not local to your instance.

    You might not know the answer to this since it happens rarely, but does this happen for reports just in local communities, or also in remote communities that your user is a moderator for? So, if modA@slrpnk.net is a mod for commA@notslrpnk.net, do you still see the report if a piefed user makes a report in commA?

    I have both a piefed and a lemmy instance I run for testing things, I can try to mess around with the different permutations for this one.



  • This isn’t an error I have come across before, but it looks like there is some kind of error with activitypub signing of activities? I think that is what this block of the trace is saying:

    File/app/app/activitypub/routes.py”, line 613, in shared_inbox  
    LDSignature.verify_signature(request_json, actor.public_key)  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
    File/app/app/activitypub/signature.py”, line 485, in verify_signature  
    final_hash = cls.normalized_hash(options) + cls.normalized_hash(document)  
    ~^^^^^^^^^^  
    File/app/app/activitypub/signature.py”, line 544, in normalized_hash  
    norm_form = jsonld.normalize(  
    document,  
    {"algorithm": “URDNA2015”, “format": “application/n-quads"},  
    )  
    

    Your best bet to help troubleshoot is to hop on either the zulip chat (chat.piefed.social) or the matrix room to get support in realtime.

    Visiting your instance, it looks like it is federating just fine, so I am not sure what the issue is.





  • As the author of the codeberg issue for this, it hasn’t been added yet. I really liked the custom thumbnail feature when it was added to lemmy, so I haven’t forgotten about adding it to piefed. A big focus of my devwork recently has been on the api-side to help make apps/frontends more complete, so we will get there. I just added the issue to the 1.3 release kanban to make sure it is prioritized.