Groups: Show in left pane more often, proper join message
This commit is contained in:
parent
4e76259917
commit
dfd1190e8b
10 changed files with 403 additions and 276 deletions
|
@ -2244,7 +2244,7 @@ export default class MessageSender {
|
|||
}
|
||||
|
||||
async getGroupFromLink(
|
||||
groupInviteLink: string,
|
||||
groupInviteLink: string | undefined,
|
||||
auth: Readonly<GroupCredentialsType>
|
||||
): Promise<Proto.GroupJoinInfo> {
|
||||
return this.server.getGroupFromLink(groupInviteLink, auth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue