mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Delete comment
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
f62e2c0042
commit
a707524aad
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue