Add comment
This commit is contained in:
parent
bb18af414b
commit
0c46460861
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ interface ISessionInfo {
|
|||
deviceId: string;
|
||||
userId: string;
|
||||
homeserver: string;
|
||||
homeServer: string;
|
||||
homeServer: string; // deprecate this over time
|
||||
accessToken: string;
|
||||
lastUsed: number;
|
||||
}
|
||||
|
|
Reference in a new issue