mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	feat(chat-window): remove toast
This commit is contained in:
		@@ -236,7 +236,6 @@ const useSocket = (
 | 
				
			|||||||
                setIsWSReady(true);
 | 
					                setIsWSReady(true);
 | 
				
			||||||
                retryCountRef.current = 0;
 | 
					                retryCountRef.current = 0;
 | 
				
			||||||
                setError(false);
 | 
					                setError(false);
 | 
				
			||||||
                toast.success('Connection restored');
 | 
					 | 
				
			||||||
                clearInterval(interval);
 | 
					                clearInterval(interval);
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }, 5);
 | 
					            }, 5);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user