mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	chore: Fix web hive encryption
This commit is contained in:
		
							parent
							
								
									6f11f3ed1a
								
							
						
					
					
						commit
						bd60c67535
					
				@ -50,8 +50,8 @@ class FlutterFamedlySdkHiveDatabase extends FamedlySdkHiveDatabase {
 | 
			
		||||
      );
 | 
			
		||||
      hiverCipher = HiveAesCipher(encryptionKey);
 | 
			
		||||
    } on MissingPluginException catch (_) {
 | 
			
		||||
      Logs()
 | 
			
		||||
          .i('Hive encryption is not supported on ${Platform.operatingSystem}');
 | 
			
		||||
      Logs().i(
 | 
			
		||||
          'Hive encryption is not supported on ${kIsWeb ? 'Web' : Platform.operatingSystem}');
 | 
			
		||||
    }
 | 
			
		||||
    final db = FamedlySdkHiveDatabase(
 | 
			
		||||
      client.clientName,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user