Merge branch 'master' of https://gitlab.matrix.org/matrix-org/olm
This commit is contained in:
commit
bbdc12c569
1 changed files with 1 additions and 1 deletions
2
javascript/index.d.ts
vendored
2
javascript/index.d.ts
vendored
|
@ -74,7 +74,7 @@ declare class InboundGroupSession {
|
|||
create(session_key: string): string;
|
||||
import_session(session_key: string): string;
|
||||
decrypt(message: string): {
|
||||
message_index: string;
|
||||
message_index: number;
|
||||
plaintext: string;
|
||||
};
|
||||
session_id(): string;
|
||||
|
|
Loading…
Reference in a new issue