Fetch joinedAtVersion before change log fetch for new groups
This commit is contained in:
parent
2603d53891
commit
437ef2d3a7
3 changed files with 21 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue