Emit realtime chat messages from REST sends
بعض الفحوصات معلقة
Deploy To Ghaymah / deploy (push) Waiting to run
بعض الفحوصات معلقة
Deploy To Ghaymah / deploy (push) Waiting to run
هذا الالتزام موجود في:
@@ -7,6 +7,7 @@ import { StorageModule } from '../../infrastructure/storage/storage.module';
|
||||
import { UsersModule } from '../users/users.module';
|
||||
import { ChatController } from './chat.controller';
|
||||
import { ChatGateway } from './chat.gateway';
|
||||
import { ChatRealtimeService } from './chat-realtime.service';
|
||||
import { ChatService } from './chat.service';
|
||||
import { ChatRepository } from './chat.repository';
|
||||
import { ChatBlock, ChatBlockSchema } from './schemas/chat-block.schema';
|
||||
@@ -27,7 +28,7 @@ import { Message, MessageSchema } from './schemas/message.schema';
|
||||
]),
|
||||
],
|
||||
controllers: [ChatController],
|
||||
providers: [ChatService, ChatRepository, ChatGateway],
|
||||
providers: [ChatService, ChatRepository, ChatRealtimeService, ChatGateway],
|
||||
exports: [ChatService],
|
||||
})
|
||||
export class ChatModule {}
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم