Skip to content

Commit 40d5005

Browse files
Add require signatures field to /keys/upload call (matrix-org#805)
1 parent 10fee65 commit 40d5005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/csapi/device_lists_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func TestDeviceListUpdates(t *testing.T) {
4949
ed25519KeyID: ed25519Key,
5050
curve25519KeyID: curve25519Key,
5151
},
52+
"signatures": map[string]interface{}{},
5253
},
5354
}),
5455
)

0 commit comments

Comments
 (0)