Ksenia Fadeeva, freed from the colony as a result of exchange and expelled from the country without documents, issued a passport on the second attempt

The Russian embassy issued a foreign passport to the former head of the headquarters of Alexei Navalny in Tomsk Ksenia Fadeeva. She told about this in the telegram channel. “The native state thought again and yet decided to give me a passport,” Fadeeva wrote, without specifying, the embassy in which country issued the document. On December 6, Fadeeva published a photo of notifications from the consular department of the Embassy of the Russian Federation in Lithuania, in which she is refused to issue a passport. According to her, diplomats motivated their decision by the fact that Fadeeva did not have the right to leave Russia, like a convicted person. “The consulate was offered to take a certificate of entry – a document that would allow me to cross the border and enter Russia,” Fadeeva said. The former head of the Ufa headquarters of Navalny Lilia Chanysheva also received. In December 2023, Ksenia Fadeev was sentenced to nine years in the colony in the case of the “extremist community”. Fadeeva and Chanyshev became one of the first accused in the criminal case on the creation of an “extremist community”, excited against Alexei Navalny and his supporters. On August 1, 2024, Ksenia Fadeeva and Lilia Chanysheva were released from Russian colonies as part of a large -scale exchange of prisoners between Russia and Western countries. In total, in the framework of the exchange, Moscow transferred 16 people. One of the liberated, politician Vladimir Kara-Murza, said that the Russian authorities did not issue their passport political prisoners. (Tagstotranslate) News

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread
Subscribe for notification
Exit mobile version