Assume everyone is GV2-capable
This commit is contained in:
parent
0a52318be6
commit
effe5aae6f
22 changed files with 16 additions and 405 deletions
|
@ -1815,9 +1815,6 @@ export class ConversationModel extends window.Backbone
|
|||
isBlocked: this.isBlocked(),
|
||||
isMe: isMe(this.attributes),
|
||||
isGroupV1AndDisabled: this.isGroupV1AndDisabled(),
|
||||
isGroupV2Capable: isDirectConversation(this.attributes)
|
||||
? 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