Skip to content

Commit b5c3f15

Browse files
authored
Deprecate MatrixClient.getDehydratedDevice (#4467)
1 parent 91f6f0f commit b5c3f15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/client.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,8 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
16771677
/**
16781678
* Get the current dehydrated device, if any
16791679
* @returns A promise of an object containing the dehydrated device
1680+
*
1681+
* @deprecated MSC2697 device dehydration is not supported for rust cryptography.
16801682
*/
16811683
public async getDehydratedDevice(): Promise<IDehydratedDevice | undefined> {
16821684
try {

0 commit comments

Comments
 (0)