feat: track incoming requests by id, analytics increment for some metrics, ignore repeated requests by id

closes #12574
This commit is contained in:
Julian Lam
2024-05-14 12:06:59 -04:00
parent b106a6a018
commit 4e9cd8efc0
5 changed files with 185 additions and 10 deletions

View File

@@ -361,7 +361,7 @@ describe('ActivityPub integration', () => {
});
});
describe('Serving of local assets to remote clients', () => {
describe('Serving of local assets to remote clients (mocking)', () => {
describe('Note', () => {
let cid;
let uid;