Skip to content

Commit

Permalink
'#2030: Remove TODO. View once messages codes (Android) are correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Dec 28, 2023
1 parent 3073f6d commit de9fa1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ protected Message.MessageType decodeMessageType(int messageType, int status, Int
result = STICKER_MESSAGE;
break;
case 42:
result = VIEW_ONCE_IMAGE_MESSAGE; //TODO: Confirm message type
result = VIEW_ONCE_IMAGE_MESSAGE;
break;
case 43:
result = VIEW_ONCE_VIDEO_MESSAGE; //TODO: Confirm message type
result = VIEW_ONCE_VIDEO_MESSAGE;
break;
case 64:
if (status == 0) {
Expand Down

0 comments on commit de9fa1c

Please sign in to comment.