Skip to content

Commit

Permalink
fix: Fixed exported getDisplayNameOrPnForLid function for WhatsApp >=…
Browse files Browse the repository at this point in the history
… 2.2337.7
  • Loading branch information
edgardmessias committed Sep 9, 2023
1 parent 220f50d commit f6b463d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/whatsapp/functions/contactFunctions.ts
Expand Up @@ -250,7 +250,10 @@ exportModule(
{
getDisplayName: 'getDisplayName',
getPnForLid: 'getPnForLid',
getDisplayNameOrPnForLid: 'getDisplayNameOrPnForLid',
getDisplayNameOrPnForLid: [
'getUserDisplayNameForLid',
'getDisplayNameOrPnForLid',
],
getFormattedPhone: 'getFormattedPhone',
getSearchName: 'getSearchName',
getFormattedShortNameWithNonBreakingSpaces:
Expand Down

0 comments on commit f6b463d

Please sign in to comment.