refactor(federation): 🔥 Remove confusing User federation methods

This commit is contained in:
Jesse Wierzbinski 2025-04-08 17:27:08 +02:00
parent 9ff9b90f6b
commit 54b2dfb78d
No known key found for this signature in database
12 changed files with 72 additions and 94 deletions

View file

@ -254,7 +254,7 @@ export class InboxProcessor {
);
if (!followee.data.isLocked) {
await followee.sendFollowAccept(author);
await followee.acceptFollowRequest(author);
}
}