Hey fedifolks! I was hoping to get some bikeshedding feedback on a new #FEP we're working on at #DistributedPress.
tl;dr we want #ActivityPub objects to link to #P2P URLs for alternate ways to load them. Right now I'm debating between putting them in `alsoKnownAs` or into the `url` field. e.g. `"alsoKnownAs": ["ipns://staticpub.mauve.moe"]` for @mauve@staticpub.mauve.moe
I worry that field is already in use and that it could cause trouble. Would a new field name be better? Maybe `alternateURL`?
@silverpill These are great. I didn't know I could place anything but a string under URL. Setting it as alternate with the AP mime type seems like a good solution