summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/ChannelFollowingService.ts
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-06-05 14:28:19 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-06-09 11:02:36 -0400
commit207abaff889291b3878984f81cfe37e9fc465133 (patch)
tree1e98e9737cc9865956d1bf8bf04639c9672f5f96 /packages/backend/src/core/ChannelFollowingService.ts
parentconvert many RedisKVCaches to QuantumKVCache or MemoryKVCache (diff)
downloadsharkey-207abaff889291b3878984f81cfe37e9fc465133.tar.gz
sharkey-207abaff889291b3878984f81cfe37e9fc465133.tar.bz2
sharkey-207abaff889291b3878984f81cfe37e9fc465133.zip
implement QuantumKVCache.setMany and QuantumKVCache.seleteMany
Diffstat (limited to 'packages/backend/src/core/ChannelFollowingService.ts')
-rw-r--r--packages/backend/src/core/ChannelFollowingService.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/backend/src/core/ChannelFollowingService.ts b/packages/backend/src/core/ChannelFollowingService.ts
index 869456998b..26b023179c 100644
--- a/packages/backend/src/core/ChannelFollowingService.ts
+++ b/packages/backend/src/core/ChannelFollowingService.ts
@@ -17,7 +17,6 @@ import { InternalEventService } from './InternalEventService.js';
@Injectable()
export class ChannelFollowingService implements OnModuleInit {
- // TODO check for regs
public userFollowingChannelsCache: QuantumKVCache<Set<string>>;
constructor(