Fix call notification where subtitle was the full sip adress (and only the display name was displayed, which is already display in title)

This commit is contained in:
Julien Wadel 2023-06-09 15:20:22 +02:00
parent 03c9a68068
commit fde30a3ee9

View file

@ -128,7 +128,7 @@ Rectangle {
: (entry.isOneToOne == undefined || entry.isOneToOne) && (entry.haveEncryption == undefined || !entry.haveEncryption)
? item.organizer
? item.organizer
: entry.sipAddress || entry.fullPeerAddress || entry.peerAddress || ''
: entry.sipAddress || entry.peerAddress || entry.fullPeerAddress || ''
: entry.participants
? entry.participants.addressesToString
: ''