Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: download images from posts with emoji-only, extra long, exotic emoji containing titles #5478

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    e21b97c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    b33caaf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Restore the previous replace regex

    It's more expansive than a simple emoji removal
    even though sometimes it leaves behind unprintable characters like
    the tags of regional flags. The latter should be cared for by the
    following Unicode class escape replacement.
    Tarrick committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9cf96e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    5d10de3 View commit details
    Browse the repository at this point in the history