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/api_tests/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
..
comment.spec.ts Adding a retry on a few fetches. (#4267) 6 months ago
community.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
follow.spec.ts Add local_subscribers field to CommunityAggregates. Fixes #4144 (#4166) 4 months ago
image.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
post.spec.ts When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
private_message.spec.ts Fixing private message reports. (#4279) 5 months ago
shared.ts When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
user.spec.ts Revert "Dont ignore errors during login (fixes #4319) (#4321)" (#4380) 4 months ago