From ca62c24d4ac0cd9f11a92454da992d18681a47bb Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 20 Nov 2024 09:08:27 +0100 Subject: [PATCH] Fix compilation issue --- .../android/libraries/matrix/impl/timeline/RustTimeline.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline/RustTimeline.kt b/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline/RustTimeline.kt index 98f7ccfba1..2b6d8543c4 100644 --- a/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline/RustTimeline.kt +++ b/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline/RustTimeline.kt @@ -394,6 +394,8 @@ class RustTimeline( inner.sendFile( url = file.path, fileInfo = fileInfo.map(), + caption = null, + formattedCaption = null, useSendQueue = useSendQueue, progressWatcher = progressCallback?.toProgressWatcher(), )