Fixes for wrong follows

This commit is contained in:
Jesse Wierzbinski 2024-04-08 16:26:48 -10:00
parent 6c60191ab2
commit 8bda61e099
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -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,