mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-18 03:37:29 -06:00
3 lines
56 B
JavaScript
3 lines
56 B
JavaScript
db.following.remove({
|
|
deletedAt: { $exists: true }
|
|
});
|