Skip to content

Commit 039378c

Browse files
committed
Use MSC2716 room version that exists
During the development of matrix-org/synapse#11243 we added a `org.matrix.msc2716v4` room version but it's no longer necessary and was removed in matrix-org/synapse@e2928b5
1 parent 53e90f7 commit 039378c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/msc2716_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ var (
5050
var createPublicRoomOpts = map[string]interface{}{
5151
"preset": "public_chat",
5252
"name": "the hangout spot",
53-
"room_version": "org.matrix.msc2716v4",
53+
"room_version": "org.matrix.msc2716v3",
5454
}
5555

5656
var createPrivateRoomOpts = map[string]interface{}{
5757
"preset": "private_chat",
5858
"name": "the hangout spot",
59-
"room_version": "org.matrix.msc2716v4",
59+
"room_version": "org.matrix.msc2716v3",
6060
}
6161

6262
func TestImportHistoricalMessages(t *testing.T) {

0 commit comments

Comments
 (0)