Skip to content

Commit

Permalink
Merge branch 'task/CHT-1068-fix-compilation-error' into 'develop'
Browse files Browse the repository at this point in the history
CHT-1068. Fix compilation issue

Closes CHT-1068

See merge request megachat/MEGAchat!1766
  • Loading branch information
jgandres committed Nov 13, 2023
2 parents 9652c11 + 6862724 commit 303ab78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/megachatapi_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,7 @@ int MegaChatApiImpl::performRequest_setChatroomOptions(MegaChatRequestPrivate *r
if (option == MegaChatApi::CHAT_OPTION_SPEAK_REQUEST)
{
API_LOG_ERROR("MegaChatRequest::TYPE_SET_CHATROOM_OPTIONS: speak request option temporarily disabled");
errorCode = MegaChatError::ERROR_ARGS;
break;
return MegaChatError::ERROR_ARGS;
}

switch (option)
Expand Down

0 comments on commit 303ab78

Please sign in to comment.