Skip to content

Commit 46beb9b

Browse files
committed
Update query parameter to comply with rename
Synapse changes in matrix-org/synapse#10839
1 parent db25f9f commit 46beb9b

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
@@ -1134,7 +1134,7 @@ func batchSendHistoricalMessages(
11341134
t.Helper()
11351135

11361136
query := make(url.Values, 2)
1137-
query.Add("prev_event", insertAfterEventId)
1137+
query.Add("prev_event_id", insertAfterEventId)
11381138
// If provided, connect the batch to the last insertion point
11391139
if batchID != "" {
11401140
query.Add("batch_id", batchID)

0 commit comments

Comments
 (0)