From 0c464608616c54a20d1e96e3da69af9e2939c9cf Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Thu, 2 Dec 2021 11:20:40 +0530 Subject: [PATCH] Add comment --- src/matrix/sessioninfo/localstorage/SessionInfoStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }