remove obsolete comment

This commit is contained in:
Bruno Windels 2020-09-02 13:35:25 +02:00
parent 6aad751611
commit f5c7b1b3ec

View file

@ -14,22 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
/**
store contains:
loginData {
device_id
home_server
access_token
user_id
}
// flags {
// lazyLoading?
// }
syncToken
displayName
avatarUrl
lastSynced
*/
export class SessionStore {
constructor(sessionStore) {
this._sessionStore = sessionStore;