diff --git a/src/matrix/sessioninfo/localstorage/SessionInfoStorage.ts b/src/matrix/sessioninfo/localstorage/SessionInfoStorage.ts index fd407c6a..ebe575f6 100644 --- a/src/matrix/sessioninfo/localstorage/SessionInfoStorage.ts +++ b/src/matrix/sessioninfo/localstorage/SessionInfoStorage.ts @@ -19,7 +19,7 @@ interface ISessionInfo { deviceId: string; userId: string; homeserver: string; - homeServer: string; + homeServer: string; // deprecate this over time accessToken: string; lastUsed: number; }