Skip to content

Commit

Permalink
πŸš‘ :: hotfix :: deleted dump.rdb & create message added
Browse files Browse the repository at this point in the history
  • Loading branch information
12xii committed Dec 27, 2023
1 parent 72b0e49 commit 2aa9a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file removed dump.rdb
Binary file not shown.
2 changes: 2 additions & 0 deletions src/chat/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ export class ChatService {
isManager: true
});

await this.createMessage(accesstoken, { groupID: group.groupID, body: "μƒˆλ‘œμš΄ 그룹을 μƒμ„±ν•˜μ˜€μŠ΅λ‹ˆλ‹€." });

// 1 λŒ€ 1 μ±„νŒ…μΌ λ•Œ μƒλŒ€λ°© μΆ”κ°€ 및 κ΄€λ¦¬μž κΆŒν•œ λΆ€μ—¬
if (member.length === 1) {
await this.groupMappingEntity.save({
Expand Down

0 comments on commit 2aa9a8b

Please sign in to comment.