We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b092254 commit 0d563f4Copy full SHA for 0d563f4
1 file changed
tests/msc4354/sticky_events_test.go
@@ -26,7 +26,7 @@ var txnID int64 = 10000
26
27
func withStickyDuration(valMs int) func(qps url.Values) {
28
return func(qps url.Values) {
29
- qps["msc4354_stick_duration_ms"] = []string{strconv.Itoa(valMs)}
+ qps["org.matrix.msc4354.sticky_duration_ms"] = []string{strconv.Itoa(valMs)}
30
}
31
32
func withDelayedEventDuration(valMs int) func(qps url.Values) {
0 commit comments