mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-10-31 03:57:27 +01:00 
			
		
		
		
	fix: no pushers enpdoint
This commit is contained in:
		
							parent
							
								
									fab1e1b980
								
							
						
					
					
						commit
						b3942ad701
					
				| @ -58,7 +58,7 @@ abstract class FirebaseController { | ||||
|     } | ||||
|     final pushers = await client.requestPushers().catchError((e) { | ||||
|       debugPrint('[Push] Unable to request pushers: ${e.toString()}'); | ||||
|       return []; | ||||
|       return <Pusher>[]; | ||||
|     }); | ||||
|     final currentPushers = pushers.where((pusher) => pusher.pushkey == token); | ||||
|     if (currentPushers.length == 1 && | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sorunome
						Sorunome