Group Description: Render newlines, view button in change notification
This commit is contained in:
parent
15678efb4d
commit
3956443f50
6 changed files with 93 additions and 28 deletions
|
@ -643,7 +643,12 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
throw new Error('change is undefined');
|
||||
}
|
||||
|
||||
const conversation = this.getConversation();
|
||||
|
||||
return {
|
||||
groupName: conversation?.isGroupV2()
|
||||
? conversation.get('name')
|
||||
: undefined,
|
||||
AccessControlEnum: protobuf.AccessControl.AccessRequired,
|
||||
RoleEnum: protobuf.Member.Role,
|
||||
ourConversationId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue