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 (
44
44
markerEventType = "org.matrix.msc2716.marker"
45
45
46
46
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 "
49
49
)
50
50
51
51
var createPublicRoomOpts = map [string ]interface {}{
52
52
"preset" : "public_chat" ,
53
53
"name" : "the hangout spot" ,
54
- "room_version" : "org.matrix.msc2716v3 " ,
54
+ "room_version" : "org.matrix.msc2716v4 " ,
55
55
}
56
56
57
57
var createPrivateRoomOpts = map [string ]interface {}{
58
58
"preset" : "private_chat" ,
59
59
"name" : "the hangout spot" ,
60
- "room_version" : "org.matrix.msc2716v3 " ,
60
+ "room_version" : "org.matrix.msc2716v4 " ,
61
61
}
62
62
63
63
func TestImportHistoricalMessages (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments