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
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
..
src When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
.eslintrc.json Upgrading deps. (#4196) 6 months ago
.prettierrc.json Removing sniptt/monads for lemmy-js-client. (#2644) 1 year ago
jest.config.js Prettier check (#2855) 1 year ago
package.json When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
pnpm-lock.yaml When site banning a federated user, also remove their content from our local communities. (#4464) 3 months ago
prepare-drone-federation-test.sh Add api test for synchronizing featured posts (ref #4475) (#4476) 3 months ago
run-federation-test.sh Moving from yarn to pnpm. (#4414) 4 months ago
tsconfig.json Persistent, performant, reliable federation queue (#3605) 8 months ago