hyphacoop / social.distributed.press

A Social Inbox for Decentralized Publishing and ActivityPub.
https://hypha.coop/dripline/announcing-dp-social-inbox/
GNU Affero General Public License v3.0
23 stars 3 forks source link

ID for Inbox is incomplete #46

Closed fauno closed 6 months ago

fauno commented 7 months ago

It's missing "https://social.distributed.press" from it, only shows a path. Probably others endpoints too.

RangerMauve commented 7 months ago

Good point, I think this is something we could triage as part of #42

@catdevnull do you think you could tackle this?

catdevnull commented 7 months ago

uhh, probably, but what inbox are we talking about?

RangerMauve commented 7 months ago

In inboxes we return the request.url, but that doesn't contain the hostname. We need to use the cfg.publicURL value in the id and any other IDs in the API.

https://github.com/hyphacoop/social.distributed.press/blob/main/src/server/api/inbox.ts#L39