mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +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…
Reference in New Issue
Block a user