mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
Update SDK
This commit is contained in:
parent
5409fe864b
commit
25587296e8
@ -168,7 +168,7 @@ Future<void> migrate(String clientName, Database db, Store store) async {
|
|||||||
roomId,
|
roomId,
|
||||||
pickle,
|
pickle,
|
||||||
json.encode(devices),
|
json.encode(devices),
|
||||||
DateTime.now(),
|
DateTime.now().millisecondsSinceEpoch,
|
||||||
0,
|
0,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -180,8 +180,8 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "84cc925b08e97098d00c54fff9c1244f91055de3"
|
ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0"
|
||||||
resolved-ref: "84cc925b08e97098d00c54fff9c1244f91055de3"
|
resolved-ref: "74bd1d331b77f45ab0793af7c9e607795b8c16f0"
|
||||||
url: "https://gitlab.com/famedly/famedlysdk.git"
|
url: "https://gitlab.com/famedly/famedlysdk.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
@ -27,7 +27,7 @@ dependencies:
|
|||||||
famedlysdk:
|
famedlysdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/famedlysdk.git
|
url: https://gitlab.com/famedly/famedlysdk.git
|
||||||
ref: 84cc925b08e97098d00c54fff9c1244f91055de3
|
ref: 74bd1d331b77f45ab0793af7c9e607795b8c16f0
|
||||||
|
|
||||||
localstorage: ^3.0.1+4
|
localstorage: ^3.0.1+4
|
||||||
memoryfilepicker: ^0.1.3
|
memoryfilepicker: ^0.1.3
|
||||||
|
Loading…
Reference in New Issue
Block a user