Skip to content

Commit

Permalink
Use MSC2716 room version that exists
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MadLittleMods committed Feb 25, 2022
1 parent 53e90f7 commit 039378c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/msc2716_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ var (
var createPublicRoomOpts = map[string]interface{}{
"preset": "public_chat",
"name": "the hangout spot",
"room_version": "org.matrix.msc2716v4",
"room_version": "org.matrix.msc2716v3",
}

var createPrivateRoomOpts = map[string]interface{}{
"preset": "private_chat",
"name": "the hangout spot",
"room_version": "org.matrix.msc2716v4",
"room_version": "org.matrix.msc2716v3",
}

func TestImportHistoricalMessages(t *testing.T) {
Expand Down

0 comments on commit 039378c

Please sign in to comment.