Skip to content

Commit aa81780

Browse files
committed
Fix compilation issue
1 parent 3bc4a49 commit aa81780

File tree

1 file changed

+2
-0
lines changed
  • libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline

1 file changed

+2
-0
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline/RustTimeline.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ class RustTimeline(
394394
inner.sendFile(
395395
url = file.path,
396396
fileInfo = fileInfo.map(),
397+
caption = null,
398+
formattedCaption = null,
397399
useSendQueue = useSendQueue,
398400
progressWatcher = progressCallback?.toProgressWatcher(),
399401
)

0 commit comments

Comments
 (0)