debug log

This commit is contained in:
cutestnekoaqua 2022-12-09 00:08:33 +01:00
parent ddc477438a
commit 41c9cd5c75

View file

@ -59,6 +59,8 @@ export default async (actor: CacheableRemoteUser, activity: IMove): Promise<stri
.where('following.followeeId = :userId', { userId: old.id })
.getMany();
console.log(followings);
followings.forEach(async following => {
if (following.follower?.host) {
const follower = following.follower;