fixed stupidness again
This commit is contained in:
parent
41c9cd5c75
commit
7dd540bf43
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue