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
|
@ -2277,7 +2277,9 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
const inviteLinkPassword = this.get('groupInviteLinkPassword');
|
||||
if (!inviteLinkPassword) {
|
||||
throw new Error('Missing groupInviteLinkPassword!');
|
||||
log.warn(
|
||||
`cancelJoinRequest/${this.idForLogging()}: We don't have an inviteLinkPassword!`
|
||||
);
|
||||
}
|
||||
|
||||
await this.modifyGroupV2({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue