Fix other API change: body renamed to filename

This commit is contained in:
Benoit Marty 2024-10-16 14:57:30 +02:00 committed by Benoit Marty
parent 6a1ef6d6f7
commit c1c9f53015
13 changed files with 28 additions and 28 deletions

View file

@ -35,7 +35,7 @@ class FakeMatrixMediaLoader : MatrixMediaLoader {
override suspend fun downloadMediaFile(
source: MediaSource,
mimeType: String?,
body: String?,
filename: String?,
useCache: Boolean,
): Result<MediaFile> = simulateLongTask {
if (shouldFail) {