mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-15 21:45:45 +01:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
|
db.following.remove({
|
||
|
deletedAt: { $exists: true }
|
||
|
});
|