Skip to content

Commit

Permalink
'#1923: Handle message type 14 (multiple contacts).
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Jan 3, 2024
1 parent c71f442 commit d0fc5d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ protected Message.MessageType decodeMessageType(int messageType, int status, Int
result = VIDEO_MESSAGE;
break;
case 4:
case 14:
result = CONTACT_MESSAGE;
break;
case 5:
Expand Down

0 comments on commit d0fc5d4

Please sign in to comment.