Support for creating New Groups
This commit is contained in:
parent
1934120e46
commit
5de4babc0d
56 changed files with 6222 additions and 526 deletions
|
@ -1320,6 +1320,9 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
isBlocked: this.isBlocked(),
|
||||
isMe: this.isMe(),
|
||||
isGroupV1AndDisabled: this.isGroupV1AndDisabled(),
|
||||
isGroupV2Capable: this.isPrivate()
|
||||
? Boolean(this.get('capabilities')?.gv2)
|
||||
: undefined,
|
||||
isPinned: this.get('isPinned'),
|
||||
isUntrusted: this.isUntrusted(),
|
||||
isVerified: this.isVerified(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue