Add global setting for sent media quality
This commit is contained in:
parent
ee85a97839
commit
1109415dc1
13 changed files with 81 additions and 10 deletions
|
@ -93,7 +93,10 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
// MediaEditor
|
||||
imageToBlurHash,
|
||||
// MediaQualitySelector
|
||||
shouldSendHighQualityAttachments,
|
||||
shouldSendHighQualityAttachments:
|
||||
shouldSendHighQualityAttachments !== undefined
|
||||
? shouldSendHighQualityAttachments
|
||||
: window.storage.get('sent-media-quality') === 'high',
|
||||
// StagedLinkPreview
|
||||
linkPreviewLoading,
|
||||
linkPreviewResult,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue