mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-09-18 21:38:07 +00:00
de-duplicate inbox activities by ID
This commit is contained in:
parent
71487f7881
commit
7da9225104
1 changed files with 3 additions and 0 deletions
|
@ -231,6 +231,9 @@ export class QueueService {
|
||||||
age: 3600 * 24 * 7, // keep up to 7 days
|
age: 3600 * 24 * 7, // keep up to 7 days
|
||||||
count: 100,
|
count: 100,
|
||||||
},
|
},
|
||||||
|
deduplication: activity.id ? {
|
||||||
|
id: activity.id,
|
||||||
|
} : undefined,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue