Merge branch 'main' of gitlab.com:ChristianPauly/fluffychat-flutter into main

This commit is contained in:
Christian Pauly 2020-10-04 17:01:57 +02:00
commit 64851cf91d
3 changed files with 4 additions and 4 deletions

View File

@ -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,
); );
} }

View File

@ -187,8 +187,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"

View File

@ -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
file_picker_cross: ^4.2.2 file_picker_cross: ^4.2.2