Skip to content

Commit

Permalink
'#2400: Fix previous commit (action types should be 123,124,125,131).
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Jan 7, 2025
1 parent 6c11e36 commit 72d70ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@ protected Message.MessageType decodeMessageType(int messageType, int status, Int
case 120:
result = USER_REQUEST_TO_ADD_TO_GROUP;
break;
case 121:
case 123:
case 124:
case 125:
case 131:
result = COMMUNITY_WELCOME;
Expand Down

0 comments on commit 72d70ae

Please sign in to comment.