Skip to content

Commit

Permalink
Update query parameter to comply with rename
Browse files Browse the repository at this point in the history
Synapse changes in matrix-org/synapse#10839
  • Loading branch information
MadLittleMods committed Sep 21, 2021
1 parent db25f9f commit 46beb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/msc2716_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ func batchSendHistoricalMessages(
t.Helper()

query := make(url.Values, 2)
query.Add("prev_event", insertAfterEventId)
query.Add("prev_event_id", insertAfterEventId)
// If provided, connect the batch to the last insertion point
if batchID != "" {
query.Add("batch_id", batchID)
Expand Down

0 comments on commit 46beb9b

Please sign in to comment.