mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 17:29:14 +00:00
No need to have a separate localStorage key for home instance
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user