mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28: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 },
|
||||
data: {
|
||||
following: false,
|
||||
requested: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue