1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Comply with new member-delimiter-style rule

Just `eslint --fix` with rule from
https://github.com/matrix-org/eslint-plugin-matrix-org/pull/9 in place
This commit is contained in:
David Baker
2021-07-01 23:28:18 +01:00
parent e3a00c2cb4
commit b2ad957d29
6 changed files with 24 additions and 24 deletions

View File

@@ -120,9 +120,9 @@ interface IEventRelation {
interface IDecryptionResult {
clearEvent: {
room_id?: string;
type: string,
content: IContent,
unsigned?: IUnsigned,
type: string;
content: IContent;
unsigned?: IUnsigned;
};
forwardingCurve25519KeyChain?: string[];
senderCurve25519Key?: string;