This commit is contained in:
Benoit Marty 2021-03-26 10:47:03 +01:00 committed by Benoit Marty
parent b89a258fdf
commit dead57b9fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021 New Vector Ltd
* Copyright (c) 2021 The Matrix.org Foundation C.I.C.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -190,7 +190,7 @@ class VectorFirebaseMessagingService : FirebaseMessagingService() {
coroutineScope.launch {
Timber.d("Fast lane: start request")
val event = session.getEvent(roomId, eventId, onlyOnWifi = true)?: return@launch
val event = session.getEvent(roomId, eventId, onlyOnWifi = true) ?: return@launch
val resolvedEvent = notifiableEventResolver.resolveInMemoryEvent(session, event)