Politician Nicholas Letney has gained immense traction on Twitter after screaming slurs at travelers at the Seattle airport and leaving them uncomfortable. Meanwhile, internet users took to social media to slam the man in question.
The incident took place as passengers were boarding a flight between Seattle, Washington, and Sallas-Fort Worth, Texas. The video was posted on the Twitter page of the non-profit organization StopAntisemitism. In the video, Nicholas Letney was saluting and yelling - “Seig heil!” and “Heil Hitler.”
Netizens could also hear Nicholas Letney screaming at police officers who were attempting to arrest him. In the video, which has now gone viral, he also said:
“You ever heard of the First Amendment? You violated that ‘cause I’m a Nazi.”
One could also hear Letney shout:
“You’re a f**king alien. An alien and a reptilian.”
Who is Nicholas Letney?
According to his official website, Letney is the leader of a Christian Social group Christian Workers, author of History of The World, and one who boasts about being the “greatest bodybuilder of all time.”
He has also noted his political beliefs on his website. He claims to have come up with the idea of nationalizing apartment housing by reducing the rent to $250, nationalizing car repair shops by offering free car repairs, and providing free health care. On his website, he wrote:
“We do not support Bernie Sanders, the Democratic party, Barrack Obama, Kshama Sawant or the Socialist Alternative. We hate the Soviet Union (including Lenin Trotsky, and Stalin). We hate the Social Democrats in Europe.”
Letney also wrote on his website that Christian Workers believes that “atheism should be banned” and had strong, demeaning views of African Americans.
“Some black people should be exterminated… they should deport millions of blacks to Africa and ban blacks from Richmond and Nortfolk… Interacial s*x should be banned.”
As per his official Facebook account, he studied at Auburn Riverside High School and also attended Bonney Lake High School.
Netizens react to Letney's airport rant
Internet users could not believe that the man was screaming anti-Jew phrases in an airport.
The aforementioned incident is not the only instance of racism that has occurred in Washington. An unidentified Uber rider was restricted from using the ride-sharing platform after repeatedly using the N-word against the driver and physically assaulting him.
In the video, the woman can be seen arguing with a man. The fight between the two started after the driver was unable to provide the woman with a charger to plug in her phone, which was out of battery. Due to this, the woman yelled at the man:
Following this incident, Uber released a statement saying they don't support such rude behaviors and further added that the customer's account has been restricted on the ride-sharing platform.
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": 1308131, "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(1308131); 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(1308131) >= 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(1308131) .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 }); })();