Skip to content

Commit 5140ef3

Browse files
committed
fix collab
1 parent cc81302 commit 5140ef3

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

collab/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ func handleMessages(
322322
Type: CLOSE_SESSION,
323323
RoomID: client.roomID,
324324
Content: "The session has been closed by a user.",
325-
Type: msgData.Type,
326325
}
327326
targetId := msgData.UserID
328327
ownData, err := persistMappings.Conn.HGetAll(context.Background(), targetId).Result()

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
peerprep:
33
build: peerprep
4-
image: modembcc/peerprep:7.0.2
4+
image: modembcc/peerprep:7.0.3
55
env_file:
66
- peerprep/.env
77
ports:
@@ -124,7 +124,7 @@ services:
124124

125125
collab:
126126
build: collab
127-
image: modembcc/collab:7.0.2
127+
image: modembcc/collab:7.0.3
128128
env_file:
129129
- collab/.env
130130
ports:

kubernetes/collab-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: collab
16-
image: modembcc/collab:7.0.2
16+
image: modembcc/collab:7.0.3
1717
imagePullPolicy: Always
1818
env:
1919
- name: PORT

kubernetes/peerprep-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: peerprep
16-
image: modembcc/peerprep:7.0.2
16+
image: modembcc/peerprep:7.0.3
1717
imagePullPolicy: Always
1818
env:
1919
- name: NEXT_PUBLIC_QUESTION_SERVICE

0 commit comments

Comments
 (0)