mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Loglevel for stats
This commit is contained in:
		
							parent
							
								
									abfe6a138b
								
							
						
					
					
						commit
						94f3be589a
					
				@ -16,6 +16,7 @@ import 'matrix_sdk_extensions.dart/flutter_matrix_sembast_database.dart';
 | 
			
		||||
abstract class ClientManager {
 | 
			
		||||
  static const String clientNamespace = 'im.fluffychat.store.clients';
 | 
			
		||||
  static Future<List<Client>> getClients() async {
 | 
			
		||||
    Logs().level = Level.verbose;
 | 
			
		||||
    if (PlatformInfos.isLinux) {
 | 
			
		||||
      Hive.init((await getApplicationSupportDirectory()).path);
 | 
			
		||||
    } else {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user