Add id to return of users/relation (#3795)

This commit is contained in:
ibrokemypie 2018-12-30 03:44:26 +11:00 committed by syuilo
parent 4b1dba8254
commit 4d823e5c51

View File

@ -217,6 +217,7 @@ export async function getRelation(me: mongo.ObjectId, target: mongo.ObjectId) {
]);
return {
id: target,
isFollowing: following1 !== null,
isStalking: following1 ? following1.stalk : false,
hasPendingFollowRequestFromYou: followReq1 !== null,