LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
13.27k stars 885 forks source link

Remove endpoints for individual community/user inboxes #5049

Closed Nutomic closed 3 weeks ago

Nutomic commented 1 month ago

We dont use these inboxes at all, and the standard doesnt have any uniqueness requirement for inboxes. So we can get rid of them to simplify the code. And by storing only shared inboxes in a separate, deduplicated table, we store much less data and can reduce the database size.

TODO:

Nutomic commented 3 weeks ago

Replaced by https://github.com/LemmyNet/lemmy/pull/5124, this approach is too complicated.