mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +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 url = new URL('https:///path');
|
||||
|
||||
Reference in New Issue
Block a user