mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Add full send attachments.
This commit is contained in:
committed by
Cody Henthorne
parent
3879a8ffdb
commit
a966812bfc
@@ -116,7 +116,8 @@ class MediaRepositoryTest {
|
||||
videoGif: Boolean = false,
|
||||
bucketId: Optional<String> = Optional.empty(),
|
||||
caption: Optional<String> = Optional.empty(),
|
||||
transformProperties: Optional<TransformProperties> = Optional.empty()
|
||||
transformProperties: Optional<TransformProperties> = Optional.empty(),
|
||||
fileName: Optional<String> = Optional.empty()
|
||||
): Media {
|
||||
return Media(
|
||||
uri,
|
||||
@@ -130,7 +131,8 @@ class MediaRepositoryTest {
|
||||
videoGif,
|
||||
bucketId,
|
||||
caption,
|
||||
transformProperties
|
||||
transformProperties,
|
||||
fileName
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user