File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jsoup = "org.jsoup:jsoup:1.18.1"
173
173
appyx_core = { module = " com.bumble.appyx:core" , version.ref = " appyx" }
174
174
molecule-runtime = " app.cash.molecule:molecule-runtime:2.0.0"
175
175
timber = " com.jakewharton.timber:timber:5.0.1"
176
- matrix_sdk = " org.matrix.rustcomponents:sdk-android:0.2.62 "
176
+ matrix_sdk = " org.matrix.rustcomponents:sdk-android:0.2.63 "
177
177
matrix_richtexteditor = { module = " io.element.android:wysiwyg" , version.ref = " wysiwyg" }
178
178
matrix_richtexteditor_compose = { module = " io.element.android:wysiwyg-compose" , version.ref = " wysiwyg" }
179
179
sqldelight-driver-android = { module = " app.cash.sqldelight:android-driver" , version.ref = " sqldelight" }
Original file line number Diff line number Diff line change @@ -394,6 +394,8 @@ class RustTimeline(
394
394
inner.sendFile(
395
395
url = file.path,
396
396
fileInfo = fileInfo.map(),
397
+ caption = null ,
398
+ formattedCaption = null ,
397
399
useSendQueue = useSendQueue,
398
400
progressWatcher = progressCallback?.toProgressWatcher(),
399
401
)
You can’t perform that action at this time.
0 commit comments