feat: add support for signed public urls for channels

This commit is contained in:
Mohamed Marrouchi
2024-12-30 10:34:48 +01:00
parent 4ea98abfbf
commit 03cf7e6877
10 changed files with 127 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
import { CACHE_MANAGER } from '@nestjs/cache-manager';
import { EventEmitter2 } from '@nestjs/event-emitter';
import { JwtModule } from '@nestjs/jwt';
import { MongooseModule } from '@nestjs/mongoose';
import { Test } from '@nestjs/testing';
@@ -101,6 +102,7 @@ describe('BlockService', () => {
ContextVarModel,
LanguageModel,
]),
JwtModule,
],
providers: [
EventEmitter2,