summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2023-12-02 12:04:30 +0900
committerGitHub <noreply@github.com>2023-12-02 12:04:30 +0900
commitda0ecb650e55c46c4878d9f0200109b4bd7cc4c8 (patch)
tree29e22ec94e4adf5ede521b3e25383fdc4bd41357
parentfix(frontend): 長い名前のチャンネルにおける投稿フォーム... (diff)
downloadsharkey-da0ecb650e55c46c4878d9f0200109b4bd7cc4c8.tar.gz
sharkey-da0ecb650e55c46c4878d9f0200109b4bd7cc4c8.tar.bz2
sharkey-da0ecb650e55c46c4878d9f0200109b4bd7cc4c8.zip
chore: フォローしたときにHTLをパージしなくする (#12522)
-rw-r--r--packages/backend/src/core/UserFollowingService.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/backend/src/core/UserFollowingService.ts b/packages/backend/src/core/UserFollowingService.ts
index 3062999c08..d600ffb9d9 100644
--- a/packages/backend/src/core/UserFollowingService.ts
+++ b/packages/backend/src/core/UserFollowingService.ts
@@ -304,8 +304,6 @@ export class UserFollowingService implements OnModuleInit {
});
}
});
-
- this.fanoutTimelineService.purge(`homeTimeline:${follower.id}`);
}
// Publish followed event
@@ -373,8 +371,6 @@ export class UserFollowingService implements OnModuleInit {
});
}
});
-
- this.fanoutTimelineService.purge(`homeTimeline:${follower.id}`);
}
if (this.userEntityService.isLocalUser(follower) && this.userEntityService.isRemoteUser(followee)) {