One Time Voice: Not send one time voice to saved messages (#4433)
This commit is contained in:
parent
d9bd14405d
commit
3eb675c8fa
@ -2062,7 +2062,7 @@ export default memo(withGlobal<OwnProps>(
|
|||||||
isReactionPickerOpen: selectIsReactionPickerOpen(global),
|
isReactionPickerOpen: selectIsReactionPickerOpen(global),
|
||||||
canBuyPremium: !isCurrentUserPremium && !selectIsPremiumPurchaseBlocked(global),
|
canBuyPremium: !isCurrentUserPremium && !selectIsPremiumPurchaseBlocked(global),
|
||||||
canPlayAnimatedEmojis: selectCanPlayAnimatedEmojis(global),
|
canPlayAnimatedEmojis: selectCanPlayAnimatedEmojis(global),
|
||||||
canSendOneTimeMedia: isChatWithUser && !isChatWithBot && !isInScheduledList,
|
canSendOneTimeMedia: !isChatWithSelf && isChatWithUser && !isChatWithBot && !isInScheduledList,
|
||||||
shouldCollectDebugLogs: global.settings.byKey.shouldCollectDebugLogs,
|
shouldCollectDebugLogs: global.settings.byKey.shouldCollectDebugLogs,
|
||||||
sentStoryReaction,
|
sentStoryReaction,
|
||||||
stealthMode: global.stories.stealthMode,
|
stealthMode: global.stories.stealthMode,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user