Delete comment

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-03-26 13:49:01 +01:00
parent f62e2c0042
commit a707524aad
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -43,7 +43,6 @@ interface IState {}
const ACTIVE_SPACE_LS_KEY = "mx_active_space";
const LAST_VIEWED_ROOMS = "mx_last_viewed_rooms";
// We can't use HOME_SPACE here because JSON.stringify() will ignore any Symbols
const LAST_VIEWED_ROOMS_HOME = "home_space";
export const HOME_SPACE = Symbol("home-space");