No need to have a separate localStorage key for home instance

This commit is contained in:
Claire 2023-11-15 13:59:54 +01:00
parent 0c727a6790
commit e7b3598f04

View file

@ -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');