mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
Fix display name on message received notification
This commit is contained in:
parent
98bf0b2095
commit
ed52503ef9
1 changed files with 4 additions and 1 deletions
|
|
@ -39,8 +39,11 @@ Notification {
|
|||
Layout.fillWidth: true
|
||||
property ChatRoomModel chatRoomModel : notification.timelineModel.getChatRoomModel()
|
||||
//entry: notification.fullPeerAddress? SipAddressesModel.getSipAddressObserver(notification.fullPeerAddress, notification.fullLocalAddress): notification.timelineModel.getChatRoomModel()
|
||||
property var sipObserver: SipAddressesModel.getSipAddressObserver(notification.fullPeerAddress, notification.fullLocalAddress)
|
||||
|
||||
entry: ({
|
||||
sipAddress: SipAddressesModel.getSipAddressObserver(notification.fullPeerAddress, notification.fullLocalAddress).peerAddress,
|
||||
sipAddress: sipObserver.peerAddress,
|
||||
contactModel: sipObserver.contact,
|
||||
isOneToOne: chatRoomModel.isOneToOne,
|
||||
haveEncryption: chatRoomModel.haveEncryption,
|
||||
securityLevel: chatRoomModel.securityLevel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue