mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Groups: Show in left pane more often, proper join message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user