City’s contingency plan envisages the evacuation of nearly three million remaining residents, according to the newspaper

  • Arsen6331 ☭
    link
    fedilink
    arrow-up
    13
    ·
    2 years ago

    I wonder what algorithm your brain uses to determine which sources are worth reading. I’m guessing it’s something along the lines of

    if source.From == "Russia" || source.From == "China" {
        source.Propaganda = true
        source.Read = false
    } else {
        source.Propaganda = false
        source.Read = true
    }