This is how I see !webdev@programming.dev on PieFed.zip (1.5.0-dev):

image

And this is how it looks on the original server:

image

Maybe they changed the description, and the change didn’t reach PieFed.zip. Or both servers are interpreting the markup differently.

  • Stefan_S_from_H@piefed.zipOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    24 days ago

    API documentation and curl.

    curl -G https://programming.dev/api/v3/community --data-urlencode 'name=webdev'|jq '.community_view.community.description'  
    

    PS: I used jq in this example to look cool. In reality I piped all into less and searched for it like a savage.