this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Temporary fix for corrupted data

+4 -1
+4 -1
src/components/compose.jsx
··· 67 67 console.log(config); 68 68 return config; 69 69 } catch (e) { 70 + console.error(e); 70 71 alert('Failed to load instance configuration. Please try again.'); 71 - console.error(e); 72 + // Temporary fix for corrupted data 73 + store.local.del('instances'); 74 + location.reload(); 72 75 return {}; 73 76 } 74 77 }, []);