Update .gitlab-ci.yml
Deleted assets/js/package/olm.js
This commit is contained in:
parent
95ad2a4b06
commit
52c3766321
7 changed files with 35 additions and 32 deletions
|
|
@ -74,7 +74,7 @@ class MatrixState extends State<Matrix> {
|
|||
|
||||
void _initWithStore() async {
|
||||
var initLoginState = client.onLoginStateChanged.stream.first;
|
||||
client.database = await getDatabase(client, store);
|
||||
client.database = await getDatabase(client);
|
||||
client.connect();
|
||||
if (await initLoginState == LoginState.logged && !kIsWeb) {
|
||||
await FirebaseController.setupFirebase(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue