1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-28 06:48:45 +09:00

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