We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e90f7 commit 039378cCopy full SHA for 039378c
tests/msc2716_test.go
@@ -50,13 +50,13 @@ var (
50
var createPublicRoomOpts = map[string]interface{}{
51
"preset": "public_chat",
52
"name": "the hangout spot",
53
- "room_version": "org.matrix.msc2716v4",
+ "room_version": "org.matrix.msc2716v3",
54
}
55
56
var createPrivateRoomOpts = map[string]interface{}{
57
"preset": "private_chat",
58
59
60
61
62
func TestImportHistoricalMessages(t *testing.T) {
0 commit comments