ADVERTISEMENT

Kremlin critic Yashin loses appeal in widening crackdown

Published Apr 19, 2023 01:10 pm
MOSCOW, Russia - Kremlin critic Ilya Yashin on Wednesday lost an appeal against what his supporters say was a politically motivated decision to jail him for eight and a half years for criticising Moscow's assault on Ukraine. The former Moscow councillor's appeal was rejected as authorities take a crackdown on freedoms in Russia to an unprecedented new level, with independent media shut down and key opposition figures behind bars or in exile. 
A general view of the Moscow City Court after a hearing to consider an appeal on the prison sentence of Russian opposition figure Ilya Yashin for discrediting the Russian army fighting in Ukraine, in Moscow on April 19, 2023.  Alexander NEMENOV / AFP Speaking in court, Yashin said he had been put behind bars for "speaking the truth" over Moscow's actions in Ukraine and Russia. "The sentence delivered against me is amazing: eight and a half years for a 20-minute speech on the internet," he said.  "In prison, I met murderers, rapists, and robbers who have received lesser sentences for their crimes." \- 'Bloody mess' \- Last year, Yashin, 39, described the murder of Ukrainian civilians in Bucha as a "massacre", referring to a town near the Ukrainian capital Kyiv where civilians were found killed after Russian forces pulled back.  In December 2022, Yashin was sentenced to eight and a half years in prison for spreading "false information" about Russia's offensive in Ukraine. He was tried under legislation that came into force after the start of Moscow's military campaign in Ukraine to penalise what the authorities deem to be damaging or false information about the Russian military. He appealed the verdict, but on Wednesday a judge at Moscow City Court said that "The verdict of the Moscow Meshchansky Court should be left unchanged". Yashin remained defiant, saying in court that sooner or later "thieves and murderers" will be ousted from power and he would be among those who will build a new Russia. "I realise that, once free, I will become one of those who will have to clean up this bloody mess," he said in court. Since sending troops to Ukraine last February, Russia has intensified its crackdown on domestic critics, with almost all of the Kremlin's major opponents in exile or behind bars and top rights groups shut down. \- 'Society is intimidated'\-  Oleg Orlov, the co-chair of the country's top human rights organisation Memorial, said the Russian authorities' campaign to cow opponents has been successful. "Society is intimidated and prefers to remain silent," he told AFP. Russia shut down Memorial just months before President Vladimir Putin sent troops to Ukraine in February 2022. Alexei Navalny, Russia's top opposition politician, who used to mobilise massive protests against Putin's rule, is behind bars in what his supporters say is Moscow's punishment for challenging the Kremlin. The 46-year-old is serving a nine-year prison sentence on embezzlement and other charges. On Tuesday, his spokeswoman Kira Yarmysh said authorities had opened a new criminal case against him, in a move that could see him face five more years in prison. On Monday, a Russian court sentenced another Kremlin critic, Vladimir Kara-Murza, to 25 years in a high security prison on treason and other charges for criticising the Ukraine assault. In late March, Russia's security service, the FSB, detained US citizen Evan Gershkovich, a 31-year-old Wall Street Journal reporter, and charged him with espionage. The former AFP reporter became the first foreign journalist to be detained on suspicion of espionage since the collapse of the Soviet Union. He and his publication have rejected the claims.

Related Tags

WORLDNEWS russia
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.