Skip to content

Commit

Permalink
Minor moderinzations
Browse files Browse the repository at this point in the history
A few very insignificant adjustments to the megolm code.

Signed-off-by: Clark Fischer <[email protected]>
  • Loading branch information
clarkf committed Jan 8, 2023
1 parent 733cf2c commit 7fb2b39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/crypto/algorithms/megolm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2015 - 2021 The Matrix.org Foundation C.I.C.
Copyright 2015 - 2023 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -76,7 +76,6 @@ export interface IOlmDevice<T = DeviceInfo> {
deviceInfo: T;
}

/* eslint-disable camelcase */
export interface IOutboundGroupSessionKey {
chain_index: number;
key: string;
Expand Down Expand Up @@ -109,7 +108,6 @@ interface IPayload extends Partial<IMessage> {
algorithm?: string;
sender_key?: string;
}
/* eslint-enable camelcase */

interface SharedWithData {
// The identity key of the device we shared with
Expand Down

0 comments on commit 7fb2b39

Please sign in to comment.