chore: Migrate back to collection
This commit is contained in:
parent
a1912e5818
commit
1085bddcd2
4 changed files with 11 additions and 10 deletions
|
|
@ -104,8 +104,8 @@ abstract class ClientManager {
|
|||
EventTypes.RoomPowerLevels,
|
||||
},
|
||||
logLevel: kReleaseMode ? Level.warning : Level.verbose,
|
||||
databaseBuilder: FlutterFluffyBoxDatabase.databaseBuilder,
|
||||
legacyDatabaseBuilder: FlutterHiveCollectionsDatabase.databaseBuilder,
|
||||
databaseBuilder: FlutterHiveCollectionsDatabase.databaseBuilder,
|
||||
legacyDatabaseBuilder: FlutterFluffyBoxDatabase.databaseBuilder,
|
||||
supportedLoginTypes: {
|
||||
AuthenticationTypes.password,
|
||||
if (PlatformInfos.isMobile ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue