lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Remove individual user/community inboxes

Open Nutomic opened this issue 1 year ago • 0 comments

Lemmy only uses https://example.com/inbox for federation, but also stores https://example.com/u/name/inbox for each user and community. This is completely useless, broken (https://github.com/LemmyNet/lemmy/issues/3928) and not required by the standard. So this PR removes the HTTP endpoints for /u/name/inbox, and only stores a single inbox url for each user/community.

Nutomic avatar Oct 18 '24 08:10 Nutomic