mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +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;
|
static FluffyClient _instance;
|
||||||
|
|
||||||
factory FluffyClient({testMode = false}) {
|
factory FluffyClient({testMode = false}) {
|
||||||
|
Logs().level = Level.verbose;
|
||||||
_instance ??= FluffyClient._internal(testMode: testMode);
|
_instance ??= FluffyClient._internal(testMode: testMode);
|
||||||
return _instance;
|
return _instance;
|
||||||
}
|
}
|
||||||
|
@ -222,8 +222,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "krille/hive"
|
ref: main
|
||||||
resolved-ref: "14ee16fe1615f1ddd67568c02b3daf551c99d66c"
|
resolved-ref: "38d81d60933b46085ad5458b0fad6e62eaf92815"
|
||||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user