mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-23 22:12:34 +01:00
chore: Update database migration
This commit is contained in:
parent
29fb42b124
commit
aeaa4a7081
@ -9,6 +9,7 @@ class FluffyClient extends Client {
|
||||
static FluffyClient _instance;
|
||||
|
||||
factory FluffyClient({testMode = false}) {
|
||||
Logs().level = Level.verbose;
|
||||
_instance ??= FluffyClient._internal(testMode: testMode);
|
||||
return _instance;
|
||||
}
|
||||
|
@ -222,8 +222,8 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "krille/hive"
|
||||
resolved-ref: "14ee16fe1615f1ddd67568c02b3daf551c99d66c"
|
||||
ref: main
|
||||
resolved-ref: "38d81d60933b46085ad5458b0fad6e62eaf92815"
|
||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||
source: git
|
||||
version: "0.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user