Chat Management: Fix history for new members toggle (#4467)
This commit is contained in:
parent
38ca3dd9de
commit
1b0d050c66
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user