Merge branch 'braid/hive-collection-path' into 'main'
fix: make Hive Collection path nullable See merge request famedly/company/frontend/famedlysdk!1089
This commit is contained in:
commit
7b7bdf7317
|
|
@ -35,7 +35,7 @@ import 'package:matrix/src/utils/run_benchmarked.dart';
|
||||||
class HiveCollectionsDatabase extends DatabaseApi {
|
class HiveCollectionsDatabase extends DatabaseApi {
|
||||||
static const int version = 6;
|
static const int version = 6;
|
||||||
final String name;
|
final String name;
|
||||||
final String path;
|
final String? path;
|
||||||
final HiveCipher? key;
|
final HiveCipher? key;
|
||||||
late BoxCollection _collection;
|
late BoxCollection _collection;
|
||||||
late CollectionBox<String> _clientBox;
|
late CollectionBox<String> _clientBox;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue