Skip to content

Commit

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

Expand Down

0 comments on commit 7db6f53

Please sign in to comment.