Is this being worked on/looked at? I ask since the post mentioned discussion was happening with the .id admins but I haven’t seen any answers about whether that’s a priority (it seems Lemdro.id is the one that needs to federate with k.bin).

Just kinda bummed since I use kbin the vast majority of this time.

Edit: ah cool, quick turnarounds are sexy. Thanks @cole@lemdro.id!

  • r00ty@kbin.life
    link
    fedilink
    arrow-up
    10
    ·
    1 year ago

    You can test an instance like this.

    Find a local user on the instance and get their page (https://instance.tld/u/username).

    In linux:

    curl -X GET -H ‘Accept: application/activity+json,application/json’ https://userlink

    If the result is html they have not patched, if it is json, they have patched.

    curl -X GET -H ‘Accept: application/activity+json’ https://userlink

    Will return json all the time on all instances.

    I patched my kbin instance to send just the latter until it’s resolved everywhere.