Skip to content

Commit 35c8f76

Browse files
committed
Use unstable endpoint for MSC2716 batch send
1 parent 9ee5ad1 commit 35c8f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/msc2716_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ func backfillBatchHistoricalMessages(
643643
res = c.MustDoWithStatusRaw(
644644
t,
645645
"POST",
646-
[]string{"_matrix", "client", "r0", "rooms", roomID, "batchsend"},
646+
[]string{"_matrix", "client", "unstable", "org.matrix.msc2716", "rooms", roomID, "batch_send"},
647647
b,
648648
"application/json",
649649
query,

0 commit comments

Comments
 (0)