lemmy/lemmy_apub/src/inbox
Felix Ableitner b469b6d8d3 Separate logic for user and community inbox
more refactoring with tons of changes:

- inbox functions return LemmyError instead of HttpResponse
- announce is done directly in community inbox
- reorganized functions for handling inbox activities
- additional checks for private messages
- moved inbox handler functions for post, comment, vote into separete file
- ensure that posts, comments etc are addressed to public (ref #1220)
- probably more
2020-11-09 13:42:08 +01:00
..
community_inbox.rs Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00
mod.rs Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00
receive_for_community.rs Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00
shared_inbox.rs Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00
user_inbox.rs Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00