implement QuantumKVCache.setMany and QuantumKVCache.seleteMany
This commit is contained in:
parent
46a6612dc0
commit
207abaff88
7 changed files with 201 additions and 51 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue