mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-02 08:27:44 +01:00
3 lines
56 B
JavaScript
3 lines
56 B
JavaScript
db.following.remove({
|
|
deletedAt: { $exists: true }
|
|
});
|