mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
debug log
This commit is contained in:
parent
002d614f25
commit
2ce9f10707
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue