You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src
Dessalines 7eec8714d7
When site banning a federated user, also remove their content from our local communities. (#4464)
* When banning a federated user, also remove their content from our local
communities.

- This works by:
  - Before a site ban, find all posts and comments to local communities
  - Send a federated community ban action for each local comm.
  - This also removes their content in the apub receive code.
- Adding back in federated community ban api tests.
- Adding in two more api tests for site bans.
- Fixes #4118

* Add local community ban, and nonlocal person check.

* Ignoring errors.

* Move local check into function.

* Addressing PR comments 2
3 months ago
..
aggregates Post view: move cursor pagination to separate library, add backward pagination to PostQuery (#4320) 4 months ago
impls When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
source Adding ability to hide posts. (#4480) 3 months ago
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
lib.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 3 months ago
newtypes.rs Move DbUrl trait impls to newtypes.rs (#4463) 3 months ago
schema.rs Adding ability to hide posts. (#4480) 3 months ago
traits.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 3 months ago
utils.rs Adding some recommended fixes from nightly clippy. (#4473) 3 months ago