From f5c7b1b3ecb3d9f6609dbb1fe48ec5cf93885ff6 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 2 Sep 2020 13:35:25 +0200 Subject: [PATCH] remove obsolete comment --- src/matrix/storage/idb/stores/SessionStore.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/matrix/storage/idb/stores/SessionStore.js b/src/matrix/storage/idb/stores/SessionStore.js index 6246169b..c6486651 100644 --- a/src/matrix/storage/idb/stores/SessionStore.js +++ b/src/matrix/storage/idb/stores/SessionStore.js @@ -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;