followController: manually set `following: true` in the response
This commit is contained in:
parent
3d70edfb39
commit
ec7b3f8350
|
@ -240,6 +240,8 @@ const followController: AppController = async (c) => {
|
|||
);
|
||||
|
||||
const relationship = await renderRelationship(sourcePubkey, targetPubkey);
|
||||
relationship.following = true;
|
||||
|
||||
return c.json(relationship);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue