#Mitra v5.1.0

https://codeberg.org/silverpill/mitra/releases/tag/v5.1.0
https://codeberg.org/silverpill/mitra-web/releases/tag/v5.1.0

- If a remote server uses split-domain setup, the preferred domain will be displayed in user's address.
- Local split-domain setup is also supported (documentation).
- "Likes" page, accessible through the profile menu (contributed by @nak).

Mitra v5.1.0 - silverpill/mitra

### Added - Warn about unused parameters in configuration file. - Added `--user-agent` parameter to `fetch-object` command. - Add `quote` property to `Note` object when post contains a quote. - Convert `Image` objects into posts with an attached image. - Discover real webfinger address whe...

Codeberg.org

@mitra @silverpill Congrats on the split-domain support! I have added Mitra to https://correct.webfinger-canary.fietkau.software/#implementation-status

The only feature it's missing for an all-green table row is per-user custom WebFinger domains. I am on a long-term side mission to advocate for ActivityPub platforms to enable personal custom handle domains this way. ☺️

WebFinger Split-Domain Canary

A detailed summary of split-domain WebFinger setups: how do they work and what do they mean for ActivityPub implementers?

@julian Thanks!

Mitra supports subdomain.domain.tld -> domain.tld setups, but not setups with two different subdomains like @[email protected] of yours.
I'll fix that in the next release.

@silverpill Good to know, thank you! IMO there should be no restrictions on the two domains – I use two subdomains for convenience reasons, but platforms should support two completely different domains as well.

At least in my opinion. The vocal opponents of split-domain handles say that a user's handle should tell you where their profile is hosted, and there are nuances around things like domain blocks.

But if you ask me, I should be able to set a custom handle domain in my profile settings. πŸ˜„

@julian Added a link to your website to ActivityPub developer guide: https://codeberg.org/ap-next/ap-next/src/branch/main/guide.md#webfinger
ap-next/guide.md at main

ap-next - ActivityPub Next

Codeberg.org
@silverpill Thanks! πŸ‘