Skip to content

Commit

Permalink
'#1923: Also include message type 28 as template message.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Dec 28, 2023
1 parent fb61709 commit f77a2d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ protected Message.MessageType decodeMessageType(int messageType, int status, Int
break;
case 25:
case 27:
case 28:
result = TEMPLATE_MESSAGE;
break;
case 42:
Expand Down

0 comments on commit f77a2d9

Please sign in to comment.