forked from mystiq/hydrogen-web
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;
|
deviceId: string;
|
||||||
userId: string;
|
userId: string;
|
||||||
homeserver: string;
|
homeserver: string;
|
||||||
homeServer: string;
|
homeServer: string; // deprecate this over time
|
||||||
accessToken: string;
|
accessToken: string;
|
||||||
lastUsed: number;
|
lastUsed: number;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue