Skip to content

Commit

Permalink
'#2400: Fix "community welcome" action type (125 instead of 124).
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Jan 7, 2025
1 parent 44bace6 commit 6c11e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ protected Message.MessageType decodeMessageType(int messageType, int status, Int
break;
case 121:
case 123:
case 124:
case 125:
case 131:
result = COMMUNITY_WELCOME;
break;
Expand Down

0 comments on commit 6c11e36

Please sign in to comment.