We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f60db commit c4a2387Copy full SHA for c4a2387
collab/verify/roomMappings.go
@@ -44,17 +44,9 @@ func VerifyRoomAndMoveToPersist(
44
45
roomMappings.Conn.Del(ctx, matchHash);
46
persistentRoom := map[string]interface{}{
47
- "roomId": roomID,
48
- "otherUser": data["otherUser"],
49
- "requestTime": data["requestTime"],
50
-
51
- "title": data["title"],
52
- "titleSlug": data["titleSlug"],
53
- "difficulty": data["difficulty"],
54
- "topicTags": data["topicTags"],
55
- "content": data["content"],
56
- "schemas": data["schemas"],
57
- "id": data["id"],
+ "roomId": roomID,
+ "otherUser": data["otherUser"],
+ "requestTime": data["requestTime"],
58
}
59
60
// this always overrides the persistent room
0 commit comments