No need to have a separate localStorage key for home instance

pull/2468/head
Claire 2023-11-15 13:59:54 +01:00
parent 0c727a6790
commit e7b3598f04
1 changed files with 1 additions and 1 deletions

View File

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