mirror of https://github.com/vector-im/riot-web
Don't export as we don't need to
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
2dcb60b489
commit
e39f7caf59
|
@ -41,10 +41,10 @@ type SpaceKey = string | symbol;
|
|||
interface IState {}
|
||||
|
||||
const ACTIVE_SPACE_LS_KEY = "mx_active_space";
|
||||
export const LAST_VIEWED_ROOMS = "mx_last_viewed_rooms";
|
||||
const LAST_VIEWED_ROOMS = "mx_last_viewed_rooms";
|
||||
|
||||
// We can't use HOME_SPACE here because JSON.stringify() will ignore any Symbols
|
||||
export const LAST_VIEWED_ROOMS_HOME = "home_space";
|
||||
const LAST_VIEWED_ROOMS_HOME = "home_space";
|
||||
|
||||
export const HOME_SPACE = Symbol("home-space");
|
||||
export const SUGGESTED_ROOMS = Symbol("suggested-rooms");
|
||||
|
|
Loading…
Reference in New Issue