Media: handle PR review remarks

This commit is contained in:
ganfra 2023-05-26 19:09:51 +02:00
parent c72ecc4807
commit b2a66ddafe
6 changed files with 8 additions and 9 deletions

View file

@ -36,5 +36,5 @@ interface MatrixMediaLoader {
* @param mimeType: optional mime type
* @return a [Result] of [MediaFile]
*/
suspend fun loadMediaFile(source: MediaSource, mimeType: String?): Result<MediaFile>
suspend fun downloadMediaFile(source: MediaSource, mimeType: String?): Result<MediaFile>
}