Fetch joinedAtVersion before change log fetch for new groups

This commit is contained in:
Fedor Indutny
2022-01-26 16:02:23 -08:00
committed by GitHub
parent 2603d53891
commit 437ef2d3a7
3 changed files with 21 additions and 44 deletions

View File

@@ -2134,7 +2134,7 @@ export default class MessageSender {
}
async getGroupLog(
startVersion: number,
startVersion: number | undefined,
options: Readonly<GroupCredentialsType>
): Promise<GroupLogResponseType> {
return this.server.getGroupLog(startVersion, options);