debug log
This commit is contained in:
parent
ddc477438a
commit
41c9cd5c75
|
@ -59,6 +59,8 @@ export default async (actor: CacheableRemoteUser, activity: IMove): Promise<stri
|
||||||
.where('following.followeeId = :userId', { userId: old.id })
|
.where('following.followeeId = :userId', { userId: old.id })
|
||||||
.getMany();
|
.getMany();
|
||||||
|
|
||||||
|
console.log(followings);
|
||||||
|
|
||||||
followings.forEach(async following => {
|
followings.forEach(async following => {
|
||||||
if (following.follower?.host) {
|
if (following.follower?.host) {
|
||||||
const follower = following.follower;
|
const follower = following.follower;
|
||||||
|
|
Loading…
Reference in New Issue