mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
Fixes for wrong follows
This commit is contained in:
parent
6c60191ab2
commit
8bda61e099
3 changed files with 7 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ export default apiRoute<{
|
|||
relationship = await followRequestUser(
|
||||
self,
|
||||
user,
|
||||
relationship.id,
|
||||
reblogs,
|
||||
notify,
|
||||
languages,
|
||||
|
|
@ -70,6 +71,7 @@ export default apiRoute<{
|
|||
relationship = await followUser(
|
||||
self,
|
||||
user,
|
||||
relationship.id,
|
||||
reblogs,
|
||||
notify,
|
||||
languages,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue