File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ var (
4444 markerEventType = "org.matrix.msc2716.marker"
4545
4646 historicalContentField = "org.matrix.msc2716.historical"
47- nextBatchIDContentField = "org.matrix.msc2716. next_batch_id"
48- markerInsertionContentField = "org.matrix.msc2716.marker.insertion "
47+ nextBatchIDContentField = "next_batch_id"
48+ markerInsertionContentField = "insertion_event_reference "
4949)
5050
5151var createPublicRoomOpts = map [string ]interface {}{
5252 "preset" : "public_chat" ,
5353 "name" : "the hangout spot" ,
54- "room_version" : "org.matrix.msc2716v3 " ,
54+ "room_version" : "org.matrix.msc2716v4 " ,
5555}
5656
5757var createPrivateRoomOpts = map [string ]interface {}{
5858 "preset" : "private_chat" ,
5959 "name" : "the hangout spot" ,
60- "room_version" : "org.matrix.msc2716v3 " ,
60+ "room_version" : "org.matrix.msc2716v4 " ,
6161}
6262
6363func TestImportHistoricalMessages (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments