fix: fix twemoji settings parsing in homepage
This commit is contained in:
		@@ -63,7 +63,7 @@
 | 
			
		||||
        currentUser.update(() => null);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    let settings = JSON.parse(localStorage.getItem("settings"));
 | 
			
		||||
    let settings = JSON.parse(localStorage.getItem("pk-settings"));
 | 
			
		||||
    let welcomeElement: any;
 | 
			
		||||
    let htmlName: string;
 | 
			
		||||
    $: if (user && user.name) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user