Mbin contributor and maintainer

  • 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: October 12th, 2023

help-circle

  • Excited for the Cassette Beasts update next week? I’ve been checking to see if it’d go on sale for a few weeks/months now but I’m guessing it isn’t likely to with a major update on the way. Not sure if I should pick it up or wait for the next sale, how are you finding it? Been wanting to play a creature collector recently after watching so much Persona 3 but haven’t wanted to go back to my digimon/persona playthroughs






  • They could, yes. Afaik no extra work was needed on lemmy’s side once Mbin changed to report moderators in the same manner (aside from some kind of activity which triggered a refresh of the data)

    However, looking at peertube, it looks like they already are using the attributedTo field for the group with a person, which is different from the FEP. For the channel you link in the OP specifically:

    "attributedTo": [
      {
        "type": "Person",
        "id": "https://tilvids.com/accounts/thelinuxexperiment"
      }
    ]
    

    It’s possible PeerTube could change to make a /moderators endpoint and respond with that as the FEP suggests, or Lemmy and other software to change to accept this array of actor types instead. I’m not sure who decides these things or if there is an evangelist for FEPs, It’s possible this was already discussed on the peertube github as well, I didn’t look through all the past issues as there are quite a lot



  • As a note, TheVillageGuy was also looking into this in the past https://github.com/MbinOrg/mbin/pull/95#issuecomment-1774097530

    As the diff mentions the default max size is 6MB and 5s upload timeout. While php.ini declares 10MB defaults. It’s a bit weird they don’t match, but there’s probably followup on 1. allowing instance owners to configure the size of images they are ok with hosting 2. maybe more research into what other platforms allow, there’s a lot of discussion about thumbnails and the sort since remote instances cache things themselves, and broken thumbnails make things look like they aren’t working across the fediverse