We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a10106 commit 9830388Copy full SHA for 9830388
1 file changed
tests/msc4306/thread_subscriptions_sliding_sync_test.go
@@ -52,7 +52,7 @@ func TestThreadSubscriptionsSlidingSync(t *testing.T) {
52
// Subscribe to the thread manually
53
alice.MustDo(t, "PUT", []string{"_matrix", "client", "unstable", "io.element.msc4306", "rooms", roomID, "thread", threadRootID, "subscription"}, client.WithJSONBody(t, map[string]interface{}{}))
54
55
- _, ext := MustDoSlidingSync(t, alice, "", map[string]interface{}{
+ _, thread_subscription_ext := MustDoSlidingSync(t, alice, "", map[string]interface{}{
56
"enabled": true,
57
"limit": 2,
58
})
0 commit comments