i made EMOJI_IMAGE_DOMAINS file-private so it's no longer a global constant

i changed it bc the other helpers in that file are private anyway and the codebase does the same for the file-local constants in three other places

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
unfunnyatearug 2026-08-18 13:20:19 +03:00
parent cba508ba61
commit 99c48181e5

View File

@ -44,7 +44,7 @@ end
# Google image CDNs that the /ggpht route can serve. They share a path # Google image CDNs that the /ggpht route can serve. They share a path
# namespace, so an emoji hosted on googleusercontent is also reachable through # namespace, so an emoji hosted on googleusercontent is also reachable through
# the ggpht pool that route proxies to. # the ggpht pool that route proxies to.
EMOJI_IMAGE_DOMAINS = {"ggpht.com", "googleusercontent.com"} private EMOJI_IMAGE_DOMAINS = {"ggpht.com", "googleusercontent.com"}
# Custom emojis (channel membership ones, and the ":face-red-heart-shape:" # Custom emojis (channel membership ones, and the ":face-red-heart-shape:"
# set) have no unicode equivalent, so youtube sends them as an image # set) have no unicode equivalent, so youtube sends them as an image