refactor: 중복 코드 통합, rabbitmq 연결 유지, FcmToken 연관관계 추가 feat: 채팅방 공지사항 기능 추가
Compare changes
- 심재엽 authored
+ 401
− 250
@@ -5,22 +5,21 @@ const mongoose = require('mongoose');
@@ -39,14 +38,35 @@ async function connectMongoDB() {
@@ -67,237 +87,355 @@ async function getChatHistory(chatRoomId) {
@@ -305,27 +443,37 @@ function generateAcceptValue(key) {
@@ -353,5 +501,8 @@ function constructReply(message) {
\ No newline at end of file