One Time Voice: Not send one time voice to saved messages (#4433)

This commit is contained in:
Alexander Zinchuk 2024-03-29 20:51:16 +01:00
parent d9bd14405d
commit 3eb675c8fa

View File

@ -2062,7 +2062,7 @@ export default memo(withGlobal<OwnProps>(
isReactionPickerOpen: selectIsReactionPickerOpen(global),
canBuyPremium: !isCurrentUserPremium && !selectIsPremiumPurchaseBlocked(global),
canPlayAnimatedEmojis: selectCanPlayAnimatedEmojis(global),
canSendOneTimeMedia: isChatWithUser && !isChatWithBot && !isInScheduledList,
canSendOneTimeMedia: !isChatWithSelf && isChatWithUser && !isChatWithBot && !isInScheduledList,
shouldCollectDebugLogs: global.settings.byKey.shouldCollectDebugLogs,
sentStoryReaction,
stealthMode: global.stories.stealthMode,