Merge pull request #900 from vector-im/feature/fga/better_media_handling

Feature/fga/better media handling
This commit is contained in:
ganfra 2023-07-18 17:52:41 +02:00 committed by GitHub
commit e09b8aca0e
47 changed files with 402 additions and 77 deletions

View file

@ -605,7 +605,7 @@ class RoomDetailsEditPresenterTest {
Result.success(
MediaUploadInfo.AnyFile(
file = processedFile,
info = mockk(),
fileInfo = mockk(),
)
)
)