fixed stupidness again

This commit is contained in:
cutestnekoaqua 2022-12-09 00:11:37 +01:00
parent 41c9cd5c75
commit 7dd540bf43

View file

@ -62,7 +62,7 @@ export default async (actor: CacheableRemoteUser, activity: IMove): Promise<stri
console.log(followings);
followings.forEach(async following => {
if (following.follower?.host) {
if (!following.follower?.host) {
const follower = following.follower;
await deleteFollowing(follower!, old!);
try {