Skip to content

Commit

Permalink
Merge branch 'fix/download-medias' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldemylla committed Oct 30, 2023
2 parents 9e1207e + f348ee4 commit 59d926e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/chats/ContactInfo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
/>
<fullscreen-preview
v-if="isFullscreen"
@download="$emit('download')"
:downloadMediaUrl="currentMedia?.url"
:downloadMediaName="currentMedia?.message"
@close="isFullscreen = false"
@next="nextMedia"
@previous="previousMedia"
Expand Down
1 change: 1 addition & 0 deletions src/components/chats/MediaMessage/Previews/Fullscreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default {
props: {
downloadMediaUrl: {
type: String,
required: true,
},
downloadMediaName: {
type: String,
Expand Down

0 comments on commit 59d926e

Please sign in to comment.