Colby Covington sent shockwaves through the MMA community when he claimed to be in a sexual relationship with fellow UFC fighter Polyana Viana in 2021. His claims have quite obviously ruined his friendship with Viana forever and even caused the Brazilian fighter's Twitter account to get suspended briefly.
Covington's outlandish remarks have become an inseparable aspect of his polarizing personality. While most of the things are said with an intention to generate interest in his fights.
However, it's not clear what 'Chaos' was trying to achieve when he claimed to be 'too busy' romancing with Polyana Viana when the Leon Edwards fight was offered to him in 2021:
"There wasn't much talks [about Leon Edwards fight]. I was busy b***s deep inside Polyana Viana. So to get me off the couch on three weeks' notice to fight some Leon Scott guy [Leon Edwards], it was going to have to be a price tag. I wanted a little bit more than what was on my contract. I just wasn't going to show up for a normal paycheck to fight that guy," Colby Covington told Submission Radio.
Polyana Viana, who had been a good friend and a training partner of Covington, denied his claims and even stated that she already had a romantic partner.
Following her win over Jinh Yu Frey in 2022, Viana pulled a trick out of Colby Covington's hat and made a controversial claim on Twitter:
"Colby wanted me to finger him in the a**, but I did not want to. So he got upset."
The tweet immediately went viral because of the sheer shock value. However, it went against Twitter's community guidelines and Viana's account was suspended. But the suspension was lifted shortly after and Viana continued her social media activity.
Polyana Viana's octagon return ended in a submission loss
Polyana Viana earned a Performance of the Night bonus for her first-round knockout win over Jinh Yu Frey in November 2022. However, her sunsequently scheduled fight against Emily Ducote was cancelled by Viana due to undisclosed reasons.
She was then matched up with Iasmin Lucindo. The fight took place on August 12, 2023, at UFC Fight Night: Luque vs. Dos Anjos. Viana lost the fight via second-round submission.
She is now 13-6 as a professional and will look forward to bounce back from the loss.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1629308, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1629308); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1629308) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1629308) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();