Chat Management: Fix history for new members toggle (#4467)

This commit is contained in:
Alexander Zinchuk 2024-04-19 13:38:06 +04:00
parent 38ca3dd9de
commit 1b0d050c66

View File

@ -538,6 +538,7 @@ async function getFullChatInfo(chatId: string): Promise<FullChatData | undefined
requestsPending,
recentRequesterIds: recentRequesters?.map((userId) => buildApiPeerId(userId, 'user')),
isTranslationDisabled: translationsDisabled,
isPreHistoryHidden: true,
},
users,
chats,