mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix abusive display name in history
This commit is contained in:
parent
9005722a80
commit
c9035d911b
4 changed files with 5 additions and 6 deletions
|
|
@ -185,11 +185,8 @@
|
|||
}
|
||||
if(useLinphoneAddress) {
|
||||
const char* lDisplayName = linphone_address_get_display_name(addr);
|
||||
const char* lUserName = linphone_address_get_username(addr);
|
||||
if (lDisplayName)
|
||||
if (lDisplayName)
|
||||
displayName = [NSString stringWithUTF8String:lDisplayName];
|
||||
else if(lUserName)
|
||||
displayName = [NSString stringWithUTF8String:lUserName];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit dc04f9f970157bd2de57676aa9fb6cfbbea084a6
|
||||
Subproject commit 8e571e5f641c0bd673ce191d237d3cb2f0eac63c
|
||||
|
|
@ -77,6 +77,8 @@ $(LINPHONE_BUILD_DIR)/disable_gpl_third_parties:
|
|||
rm -f $(LINPHONE_BUILD_DIR)/enable_gpl_third_parties
|
||||
cd $(LINPHONE_BUILD_DIR) && rm -f Makefile && rm -f oRTP/Makefile && rm -f mediastreamer2/Makefile
|
||||
|
||||
enable_gpl_third_parties?=yes
|
||||
|
||||
ifeq ($(enable_gpl_third_parties),yes)
|
||||
linphone_configure_controls+= --enable-ffmpeg
|
||||
detect_gpl_mode_switch: $(LINPHONE_BUILD_DIR)/enable_gpl_third_parties
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit bdd9839dea820ec38171b3a6a8ea14358bf9210b
|
||||
Subproject commit 89f3e2ceda901574092b14bd37a5079e9d95ed84
|
||||
Loading…
Add table
Reference in a new issue