No need to have a separate localStorage key for home instance
parent
0c727a6790
commit
e7b3598f04
|
@ -34,7 +34,7 @@ const mapDispatchToProps = (dispatch) => ({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const PERSISTENCE_KEY = 'flavours/glitch_home';
|
const PERSISTENCE_KEY = 'mastodon_home';
|
||||||
|
|
||||||
const isValidDomain = value => {
|
const isValidDomain = value => {
|
||||||
const url = new URL('https:///path');
|
const url = new URL('https:///path');
|
||||||
|
|
Loading…
Reference in New Issue