mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
[Server] ✌️
This commit is contained in:
parent
8c14c490e6
commit
ea325edb75
@ -10,7 +10,9 @@ export default async (me: mongodb.ObjectID, includeMe: boolean = true) => {
|
|||||||
// 削除されたドキュメントは除く
|
// 削除されたドキュメントは除く
|
||||||
deleted_at: { $exists: false }
|
deleted_at: { $exists: false }
|
||||||
}, {
|
}, {
|
||||||
followee_id: true
|
fields: {
|
||||||
|
followee_id: true
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// ID list of other users who the I follows
|
// ID list of other users who the I follows
|
||||||
|
Loading…
Reference in New Issue
Block a user