implement QuantumKVCache.setMany and QuantumKVCache.seleteMany

This commit is contained in:
Hazelnoot 2025-06-05 14:28:19 -04:00
parent 46a6612dc0
commit 207abaff88
7 changed files with 201 additions and 51 deletions

View file

@ -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(