mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
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:
parent
cba508ba61
commit
99c48181e5
@ -44,7 +44,7 @@ end
|
||||
# Google image CDNs that the /ggpht route can serve. They share a path
|
||||
# namespace, so an emoji hosted on googleusercontent is also reachable through
|
||||
# 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:"
|
||||
# set) have no unicode equivalent, so youtube sends them as an image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user