Message: Fix comments button not showing when no full info is loaded (#3103)
This commit is contained in:
parent
f06ecc04b6
commit
565a281d02
@ -743,7 +743,7 @@ export default memo(withGlobal<OwnProps>(
|
|||||||
isLoadingBotInfo,
|
isLoadingBotInfo,
|
||||||
botInfo,
|
botInfo,
|
||||||
threadTopMessageId,
|
threadTopMessageId,
|
||||||
hasLinkedChat: Boolean(chatFullInfo?.linkedChatId),
|
hasLinkedChat: chatFullInfo ? Boolean(chatFullInfo.linkedChatId) : undefined,
|
||||||
lastSyncTime: global.lastSyncTime,
|
lastSyncTime: global.lastSyncTime,
|
||||||
topic,
|
topic,
|
||||||
noMessageSendingAnimation: !selectPerformanceSettingsValue(global, 'messageSendingAnimations'),
|
noMessageSendingAnimation: !selectPerformanceSettingsValue(global, 'messageSendingAnimations'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user