mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Merge branch 'Yidadaa:main' into masks
This commit is contained in:
		@@ -101,7 +101,7 @@ export const useSyncStore = createPersistStore(
 | 
				
			|||||||
        mergeAppState(localState, remoteState);
 | 
					        mergeAppState(localState, remoteState);
 | 
				
			||||||
        setLocalAppState(localState);
 | 
					        setLocalAppState(localState);
 | 
				
			||||||
      } catch (e) {
 | 
					      } catch (e) {
 | 
				
			||||||
        console.log("[Sync] failed to get remoate state", e);
 | 
					        console.log("[Sync] failed to get remote state", e);
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      await client.set(config.username, JSON.stringify(localState));
 | 
					      await client.set(config.username, JSON.stringify(localState));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user