Skip to content

Commit

Permalink
'#2375: Handle another type of template message (type 24).
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Dec 2, 2024
1 parent 5d515c9 commit e4945ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,7 @@ protected Message.MessageType decodeMessageType(int messageType, int gEventType,
case 19:
case 20:
case 23:
case 24:
case 30:
case 32:
result = TEMPLATE_MESSAGE;
Expand Down

0 comments on commit e4945ad

Please sign in to comment.