Add comment

This commit is contained in:
RMidhunSuresh 2021-12-02 11:20:40 +05:30
parent bb18af414b
commit 0c46460861
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ interface ISessionInfo {
deviceId: string;
userId: string;
homeserver: string;
homeServer: string;
homeServer: string; // deprecate this over time
accessToken: string;
lastUsed: number;
}