chore: Clean up bootstrap

This commit is contained in:
Krille Fear 2021-11-19 14:42:34 +01:00
commit 111d15f86d
4 changed files with 65 additions and 54 deletions

View file

@ -15,7 +15,6 @@ import 'matrix_sdk_extensions.dart/flutter_matrix_hive_database.dart';
abstract class ClientManager {
static const String clientNamespace = 'im.fluffychat.store.clients';
static Future<List<Client>> getClients() async {
Logs().level = Level.warning;
if (PlatformInfos.isLinux) {
Hive.init((await getApplicationSupportDirectory()).path);
} else {