We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ca6a6 commit a7d45eeCopy full SHA for a7d45ee
tests/direct_messaging_test.go
@@ -28,6 +28,10 @@ func TestWriteMDirectAccountData(t *testing.T) {
28
29
alice := deployment.Client(t, "hs1", "@alice:hs1")
30
bob := deployment.Client(t, "hs1", "@bob:hs1")
31
+
32
+ // additional logging to debug https://github.com/matrix-org/synapse/issues/13334
33
+ alice.Debug = true
34
35
roomID := alice.CreateRoom(t, map[string]interface{}{
36
"invite": []string{bob.UserID},
37
"is_direct": true,
0 commit comments