Fixes #16951 The property `isContactBlocked` was not passed to the component.
This commit is contained in:
parent
d4e2d4dc50
commit
8460c22240
|
@ -104,6 +104,7 @@ ColumnLayout {
|
|||
chatId: root.chatId
|
||||
isOneToOne: root.chatType === Constants.chatType.oneToOne
|
||||
isChatBlocked: root.isBlocked || !root.isUserAllowedToSendMessage
|
||||
isContactBlocked: root.isBlocked
|
||||
channelEmoji: !chatContentModule ? "" : (chatContentModule.chatDetails.emoji || "")
|
||||
sendViaPersonalChatEnabled: root.sendViaPersonalChatEnabled
|
||||
areTestNetworksEnabled: root.areTestNetworksEnabled
|
||||
|
|
Loading…
Reference in New Issue