mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Fix to unfollow route
This commit is contained in:
parent
8bcf46641c
commit
985190c683
|
|
@ -74,6 +74,7 @@ export default apiRoute(async (req, matchedRoute, extraData) => {
|
||||||
where: { id: relationship.id },
|
where: { id: relationship.id },
|
||||||
data: {
|
data: {
|
||||||
following: false,
|
following: false,
|
||||||
|
requested: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue