1
0
mirror of https://github.com/cirosantilli/china-dictatorship.git synced 2025-09-09 22:20:40 +02:00

no action for ciro

This commit is contained in:
Ciro Santilli
2022-08-04 06:01:38 +00:00
parent 4282ada9b2
commit 194d9bb2a2
2 changed files with 19 additions and 12 deletions

View File

@@ -15551,11 +15551,17 @@ The seven top people of the party as of 2020, ranked in a specific order.
In 2018 they had the 13th congress. 2980 were elected for the next 5 years for it, and then in theory they vote to choose the <<president-of-the-people-s-republic-of-china>>. In 2018 they had the 13th congress. 2980 were elected for the next 5 years for it, and then in theory they vote to choose the <<president-of-the-people-s-republic-of-china>>.
ttps://www.rfi.fr/cn/中国/20130315-1票反对习近平做国家主席网民竞猜是谁 https://www.rfi.fr/cn/中国/20130315-1票反对习近平做国家主席网民竞猜是谁
The Chinese is:
* 赞成 : for
* 反对 : against
* 弃权 : abstain
[[xi-jinping-2970]] [[xi-jinping-2970]]
.Montage of the vote display board during the 12th (2013), 13th (2018) and 14th (2023) <<national-people-s-congress>> showing how <<xi-jinping>> was elected with. 2013: 2955 for, 1 against, 3 abstentions. 2018: 2970 votes for, 0 abstentions and 0 votes against. 2023: 2952 votes for, 0 abstantions, 0 against. These elections can't possibly be rigged, the Chinese people are in perfect harmony! The 2018 image image was used as the "democracy" image in the <<core-socialist-values-by-1v9ex,Core Socialist Values montage by 1v9ex>>. Sources: https://www.rfi.fr/cn/中国/20130315-1票反对习近平做国家主席网民竞猜是谁[2013], http://m.cyol.com/content/2018-03/21/content_17039285.htm[2018], https://www.telegraph.co.uk/world-news/2023/03/10/vladimir-putin-congratulates-dear-friend-xi-jinping-winning/[2023]. .Montage of the vote display board during the 12th (2013), 13th (2018) and 14th (2023) <<national-people-s-congress>> showing how <<xi-jinping>> was elected with. 2013: 2955 for, 1 against, 3 abstentions. 2018: 2970 votes for, 0 abstentions and 0 votes against. 2023: 2952 votes for, 0 abstantions, 0 against. These elections can't possibly be rigged, the Chinese people are in perfect harmony! The 2018 image image was used as the "democracy" image in the <<core-socialist-values-by-1v9ex,Core Socialist Values montage by 1v9ex>>. Sources: https://www.rfi.fr/cn/中国/20130315-1票反对习近平做国家主席网民竞猜是谁[2013], http://m.cyol.com/content/2018-03/21/content_17039285.htm[2018], https://www.telegraph.co.uk/world-news/2023/03/10/vladimir-putin-congratulates-dear-friend-xi-jinping-winning/[2023].
image::{china-dictatorship-media-base}/Xi_Jinping_elected_2970_for_0_against_in_2018.jpg[height=600] image::{china-dictatorship-media-base}/Xi_Jinping_elected_2970_for_0_against_in_2018.jpg[height=1200]
[[president-of-the-people-s-republic-of-china]] [[president-of-the-people-s-republic-of-china]]
====== President of the People's Republic of China (中华人民共和国主席) ====== President of the People's Republic of China (中华人民共和国主席)

View File

@@ -62,7 +62,7 @@ if (isComment) {
const quoteArray = []; const quoteArray = [];
const noQuoteArray = []; const noQuoteArray = [];
for (const line of titleAndBody.split('\n')) { for (const line of titleAndBody.split('\n')) {
// Remove some speical chars to remove at mention spam possibilities. // Remove some special chars to remove at mention spam possibilities.
const l = line.replace(/[@#]/g, "") const l = line.replace(/[@#]/g, "")
quoteArray.push('> ' + l); quoteArray.push('> ' + l);
noQuoteArray.push(l); noQuoteArray.push(l);
@@ -188,15 +188,16 @@ try {
//}) //})
} else { } else {
// Update labels. // Update labels.
console.log('before octokit.rest.issues.update') if (author !== 'cirosantilli') {
await octokit.rest.issues.update({ console.log('before octokit.rest.issues.update')
owner: payload.repository.owner.login, await octokit.rest.issues.update({
repo: payload.repository.name, owner: payload.repository.owner.login,
issue_number: payload.issue.number, repo: payload.repository.name,
labels: Array.from([...labels, ...newLabels]) issue_number: payload.issue.number,
}) labels: Array.from([...labels, ...newLabels])
console.log('after octokit.rest.issues.update') })
html_url = payload.issue.html_url console.log('after octokit.rest.issues.update')
}
} }
// Get the latest news from duty-machine. // Get the latest news from duty-machine.
// Can't do fetches anymore they were DMCA'ed. // Can't do fetches anymore they were DMCA'ed.